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

#include <gtest-internal.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 750 of file gtest-internal.h.


Constructor & Destructor Documentation

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

Definition at line 754 of file gtest-internal.h.


Member Function Documentation

Definition at line 284 of file gtest.cc.

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

Definition at line 756 of file gtest-internal.h.


Member Data Documentation

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

Definition at line 752 of file gtest-internal.h.

Definition at line 763 of file gtest-internal.h.


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


pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:47:37