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
Namespace of the Blaze C++ math library.
Definition: Blaze.h:57
boost::mt19937 RNG
Type of the random number generator of the Blaze library.This type definition represents the type of ...
Definition: Random.h:49