Random.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 
36 namespace blaze {
37 
38 //*************************************************************************************************
48 typedef std::mt19937 RNG;
49 //*************************************************************************************************
50 
51 } // namespace blaze
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
std::mt19937 RNG
Type of the random number generator of the Blaze library.This type definition represents the type of ...
Definition: Random.h:48