Qucs-core
0.0.19
|
#include <gtest.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_ |
Definition at line 7636 of file fused-src/gtest/gtest.h.
testing::internal::Random::Random | ( | UInt32 | seed | ) | [inline, explicit] |
Definition at line 7640 of file fused-src/gtest/gtest.h.
testing::internal::Random::Random | ( | UInt32 | seed | ) | [inline, explicit] |
Definition at line 680 of file gtest-internal.h.
void testing::internal::Random::Reseed | ( | UInt32 | seed | ) | [inline] |
Definition at line 682 of file gtest-internal.h.
void testing::internal::Random::Reseed | ( | UInt32 | seed | ) | [inline] |
Definition at line 7642 of file fused-src/gtest/gtest.h.
static const UInt32 testing::internal::Random::kMaxRange = 1u << 31 [static] |
Definition at line 7638 of file fused-src/gtest/gtest.h.
UInt32 testing::internal::Random::state_ [private] |
Definition at line 7649 of file fused-src/gtest/gtest.h.