|
Monero
|
#include <gtest-internal.h>

Public Member Functions | |
| Random (UInt32 seed) | |
| void | Reseed (UInt32 seed) |
| UInt32 | Generate (UInt32 range) |
| Random (UInt32 seed) | |
| void | Reseed (UInt32 seed) |
| UInt32 | Generate (UInt32 range) |
Static Public Attributes | |
| static const UInt32 | kMaxRange = 1u << 31 |
Private Member Functions | |
| GTEST_DISALLOW_COPY_AND_ASSIGN_ (Random) | |
| GTEST_DISALLOW_COPY_AND_ASSIGN_ (Random) | |
Private Attributes | |
| UInt32 | state_ |
|
inlineexplicit |
|
inlineexplicit |
|
private |
|
private |
|
inline |
|
inline |
|
static |
|
private |