All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Random.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 
36 namespace blaze {
37 
38 //*************************************************************************************************
49 typedef boost::mt19937 RNG;
50 //*************************************************************************************************
51 
52 } // namespace blaze
boost::mt19937 RNG
Type of the random number generator of the Blaze library.This type definition represents the type of ...
Definition: Random.h:49