aGrUM  0.14.2
utils_random.cpp File Reference

Contains usefull methods for random stuff. More...

#include <chrono>
#include <agrum/agrum.h>
#include <agrum/core/utils_misc.h>
+ Include dependency graph for utils_random.cpp:

Go to the source code of this file.

Namespaces

 gum
 gum is the global namespace for all aGrUM entities
 

Functions

unsigned int gum::randomGeneratorSeed ()
 Returns the aGrUM's seed used by the std::generators. More...
 
std::default_random_engine gum::getRandomGenerator (unsigned int seed=0)
 define a random_engine with correct seed More...
 

Detailed Description

Contains usefull methods for random stuff.

Author
Vincent RENAUDINEAU and Pierre-Henri WUILLEMIN

Definition in file utils_random.cpp.