Rumba C++ SDK
Imath::Rand32 Class Reference

#include <ImathRandom.h>

Public Member Functions

 Rand32 (unsigned long int seed=0)
 
void init (unsigned long int seed)
 
bool nextb ()
 
unsigned long int nexti ()
 
float nextf ()
 
float nextf (float rangeMin, float rangeMax)
 

Constructor & Destructor Documentation

◆ Rand32()

Imath::Rand32::Rand32 ( unsigned long int  seed = 0)
inline

Member Function Documentation

◆ init()

void Imath::Rand32::init ( unsigned long int  seed)
inline

◆ nextb()

bool Imath::Rand32::nextb ( )
inline

◆ nextf() [1/2]

float Imath::Rand32::nextf ( )

◆ nextf() [2/2]

float Imath::Rand32::nextf ( float  rangeMin,
float  rangeMax 
)
inline

◆ nexti()

unsigned long int Imath::Rand32::nexti ( )
inline

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