BioDynaMo
v1.05.120-25dc9790
|
#include <randomized_rm.h>
Public Types | |
using | result_type = uint32_t |
Public Member Functions | |
Ubrng (Random *random) | |
result_type | operator() () |
Static Public Member Functions | |
static constexpr result_type | min () |
static constexpr result_type | max () |
Public Attributes | |
Random * | random |
Definition at line 58 of file randomized_rm.h.
using bdm::Ubrng::result_type = uint32_t |
Definition at line 59 of file randomized_rm.h.
|
inline |
Definition at line 61 of file randomized_rm.h.
|
inlinestaticconstexpr |
Definition at line 63 of file randomized_rm.h.
|
inlinestaticconstexpr |
Definition at line 62 of file randomized_rm.h.
|
inline |
Definition at line 66 of file randomized_rm.h.
Random* bdm::Ubrng::random |
Definition at line 60 of file randomized_rm.h.