ATLAS Offline Software
|
Generator compatible with the C++11 STL UniformRandomNumberGenerator. More...
#include <random.h>
Public Types | |
typedef uint32_t | result_type |
Public Member Functions | |
URNG (uint32_t the_seed=1) | |
result_type | operator() () |
Static Public Member Functions | |
static constexpr result_type | min () |
static constexpr result_type | max () |
Public Attributes | |
uint32_t | seed |
Generator compatible with the C++11 STL UniformRandomNumberGenerator.
typedef uint32_t Athena_test::URNG::result_type |
|
inline |
|
inlinestaticconstexpr |
|
inlinestaticconstexpr |
|
inline |