CHROMA
|
#include <gtest.h>
Public Member Functions | |
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) | |
Private Attributes | |
UInt32 | state_ |
|
inlineexplicit |
Definition at line 1775 of file gtest-all.cc.
References GTEST_CHECK_, kMaxRange, and state_.
Referenced by testing::internal::ShuffleRange().
|
private |
|
inline |
Definition at line 7642 of file gtest.h.
Referenced by testing::internal::UnitTestImpl::RunAllTests().
Definition at line 7638 of file gtest.h.
Referenced by Generate().
|
private |
Definition at line 7649 of file gtest.h.
Referenced by Generate().