Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes
testing::internal::Random Class Reference

#include <gtest.h>

List of all members.

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_

Detailed Description

Definition at line 7636 of file gtest.h.


Constructor & Destructor Documentation

testing::internal::Random::Random ( UInt32  seed) [inline, explicit]

Definition at line 7640 of file gtest.h.


Member Function Documentation

Definition at line 1775 of file gtest-all.cc.

void testing::internal::Random::Reseed ( UInt32  seed) [inline]

Definition at line 7642 of file gtest.h.


Member Data Documentation

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

Definition at line 7638 of file gtest.h.

Definition at line 7649 of file gtest.h.


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


self_test
Author(s): Kevin Watts, Brice Rebsamen , Jeremy Leibs and Blaise Gassend
autogenerated on Tue Mar 26 2019 03:09:49