#include <gtest-internal.h>
Definition at line 862 of file gtest-internal.h.
◆ Random()
testing::internal::Random::Random |
( |
uint32_t |
seed | ) |
|
|
inlineexplicit |
◆ Reseed()
void testing::internal::Random::Reseed |
( |
uint32_t |
seed | ) |
|
|
inline |
◆ Generate()
uint32_t testing::internal::Random::Generate |
( |
uint32_t |
range | ) |
|
◆ GTEST_DISALLOW_COPY_AND_ASSIGN_()
testing::internal::Random::GTEST_DISALLOW_COPY_AND_ASSIGN_ |
( |
Random |
| ) |
|
|
private |
◆ kMaxRange
const uint32_t testing::internal::Random::kMaxRange = 1u << 31 |
|
static |
◆ state_
uint32_t testing::internal::Random::state_ |
|
private |
The documentation for this class was generated from the following files: