cMHN 1.2
C++ library for learning MHNs with pRC
Loading...
Searching...
No Matches
testing::internal::Random Class Reference

#include <gtest-internal.h>

Public Member Functions

 Random (uint32_t seed)
 
void Reseed (uint32_t seed)
 
uint32_t Generate (uint32_t range)
 

Static Public Attributes

static const uint32_t kMaxRange = 1u << 31
 

Constructor & Destructor Documentation

◆ Random()

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

Member Function Documentation

◆ Generate()

uint32_t testing::internal::Random::Generate ( uint32_t range)

◆ Reseed()

void testing::internal::Random::Reseed ( uint32_t seed)
inline

Member Data Documentation

◆ kMaxRange

const uint32_t testing::internal::Random::kMaxRange = 1u << 31
static

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