mhauskn / rcssserver

RoboCup 2D Soccer Server
GNU Lesser General Public License v3.0
6 stars 13 forks source link

Fix use of fixed seed 123 for HFO #7

Closed drallensmith closed 7 years ago

drallensmith commented 7 years ago

Now, if M_random_seed (via ServerParam::instance().randomSeed()) is the default -1 (or below), "irand" will use the "rcss::random::DefaultRNG" to generate the seed.