QUDA  v0.7.0
A library for QCD on GPUs
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Attributes | List of all members
testing::internal::Random Class Reference

#include <gtest.h>

Public Member Functions

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

Static Public Attributes

static const UInt32 kMaxRange = 1u << 31
 

Detailed Description

Definition at line 7636 of file gtest.h.

Constructor & Destructor Documentation

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

Definition at line 7640 of file gtest.h.

Member Function Documentation

UInt32 testing::internal::Random::Generate ( UInt32  range)
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.


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