blaze
system
Random.h
Go to the documentation of this file.
1
//=================================================================================================
33
//=================================================================================================
34
35
#ifndef _BLAZE_SYSTEM_RANDOM_H_
36
#define _BLAZE_SYSTEM_RANDOM_H_
37
38
39
//*************************************************************************************************
40
// Includes
41
//*************************************************************************************************
42
43
#include <random>
44
#include <
blaze/config/Random.h
>
45
46
47
namespace
blaze
{
48
49
//=================================================================================================
50
//
51
// RANDOM NUMBER GENERATOR CONFIGURATION
52
//
53
//=================================================================================================
54
55
//*************************************************************************************************
57
using
RNG =
BLAZE_RANDOM_NUMBER_GENERATOR
;
59
//*************************************************************************************************
60
61
}
// namespace blaze
62
63
#endif
Random.h
Configuration of the random number generator used in the Blaze library.
blaze
Namespace of the Blaze C++ math library.
Definition:
Blaze.h:58
BLAZE_RANDOM_NUMBER_GENERATOR
#define BLAZE_RANDOM_NUMBER_GENERATOR
Type of the random number generator of the Blaze library.This type definition represents the type of ...
Definition:
Random.h:55
Generated on Tue Feb 26 2019 18:47:38 by
1.8.14