Exemple #1
0
 void seedRng( IConfig const& config ) {
     if( config.rngSeed() != 0 )
         std::srand( config.rngSeed() );
 }