![]() |
Dash Core
0.12.2.1
P2P Digital Currency
|
#include <random.h>
Public Member Functions | |
InsecureRand (bool _fDeterministic=false) | |
int64_t | operator() (int64_t nMax) |
Private Attributes | |
uint32_t | nRz |
uint32_t | nRw |
bool | fDeterministic |
InsecureRand::InsecureRand | ( | bool | _fDeterministic = false | ) |
Definition at line 141 of file random.cpp.
|
inline |
|
private |
Definition at line 57 of file random.h.
Referenced by InsecureRand().
|
private |
Definition at line 56 of file random.h.
Referenced by InsecureRand(), and operator()().
|
private |
Definition at line 55 of file random.h.
Referenced by InsecureRand(), and operator()().