Rumba C++ SDK
Imath::Rand48 Class Reference

#include <ImathRandom.h>

Public Member Functions

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

Constructor & Destructor Documentation

◆ Rand48()

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

Member Function Documentation

◆ init()

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

◆ nextb()

bool Imath::Rand48::nextb ( )
inline

◆ nextf() [1/2]

double Imath::Rand48::nextf ( )
inline

◆ nextf() [2/2]

double Imath::Rand48::nextf ( double  rangeMin,
double  rangeMax 
)
inline

◆ nexti()

long int Imath::Rand48::nexti ( )
inline

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