Qucs-core  0.0.19
Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes
testing::internal::Random Class Reference

#include <gtest.h>

Collaboration diagram for testing::internal::Random:
Collaboration graph
[legend]

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_

Detailed Description

Definition at line 7636 of file fused-src/gtest/gtest.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Field Documentation

static const UInt32 testing::internal::Random::kMaxRange = 1u << 31 [static]

Definition at line 7638 of file fused-src/gtest/gtest.h.

Definition at line 7649 of file fused-src/gtest/gtest.h.


The documentation for this class was generated from the following files: