Orxonox  0.0.5 Codename: Arcturus
Public Member Functions | Static Public Attributes | Private Member Functions | Private Attributes | List of all members
testing::internal::Random Class Reference

#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/gtest/include/gtest/internal/gtest-internal.h>

Public Member Functions

 Random (UInt32 seed)
 
UInt32 Generate (UInt32 range)
 
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_
 

Constructor & Destructor Documentation

testing::internal::Random::Random ( UInt32  seed)
inlineexplicit

Member Function Documentation

UInt32 testing::internal::Random::Generate ( UInt32  range)
testing::internal::Random::GTEST_DISALLOW_COPY_AND_ASSIGN_ ( Random  )
private
void testing::internal::Random::Reseed ( UInt32  seed)
inline

Member Data Documentation

const UInt32 testing::internal::Random::kMaxRange = 1u << 31
static
UInt32 testing::internal::Random::state_
private

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