#include <gtest.h>
Public Member Functions | |
UInt32 | Generate (UInt32 range) |
Random (UInt32 seed) | |
void | Reseed (UInt32 seed) |
Static Public Attributes | |
static const UInt32 | kMaxRange = 1u << 31 |
Private Member Functions | |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (Random) | |
Private Attributes | |
UInt32 | state_ |
|
inlineexplicit |
Definition at line 1775 of file gtest-all.cc.
|
private |
|
inline |
|
static |