Random.h
Go to the documentation of this file.
1 //=================================================================================================
33 //=================================================================================================
34 
35 
36 //*************************************************************************************************
54 #ifndef BLAZE_RANDOM_NUMBER_GENERATOR
55 #define BLAZE_RANDOM_NUMBER_GENERATOR std::mt19937
56 #endif
57 //*************************************************************************************************