RCL - RoboCLuedo  v1.0
Francesco Ganci - S4143910 - Experimental Robotics Lab - Assignment 1

◆ chooseHintFrom()

std::string chooseHintFrom ( std::vector< std::string > &  list)

choose randomly a hint from a list

Same as the python method Random.choose()

Parameters
list(reference) the list from where to take the hint
Returns
the randomly choosen value from 'list'

Definition at line 199 of file cluedo_oracle.cpp.

Referenced by generateMystery().

+ Here is the caller graph for this function: