Agora  1.2.0
Agora project
FastRand Class Reference

#include <utils.h>

Public Member Functions

 FastRand ()
 Create a FastRand using a seed from SlowRand. More...
 
uint32_t NextU32 ()
 

Public Attributes

uint64_t seed_
 

Constructor & Destructor Documentation

◆ FastRand()

FastRand::FastRand ( )
inline

Create a FastRand using a seed from SlowRand.

Here is the call graph for this function:

Member Function Documentation

◆ NextU32()

uint32_t FastRand::NextU32 ( )
inline
Here is the caller graph for this function:

Member Data Documentation

◆ seed_

uint64_t FastRand::seed_

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