aGrUM 3.1.1
a C++ library for (probabilistic) graphical models
gum::_rand_namespace_ Namespace Reference

Functions

std::mt19937 & generator ()

Function Documentation

◆ generator()

INLINE std::mt19937 & gum::_rand_namespace_::generator ( )

Definition at line 59 of file utils_random_inl.h.

59 {
60 static std::mt19937 Generator_;
61 return Generator_;
62 }

Referenced by gum::currentRandomGeneratorValue(), gum::initRandom(), gum::randomGenerator(), gum::randomProba(), and gum::randomValue().

Here is the caller graph for this function: