#include <ImathRandom.h>
|
| | 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) |
| |
◆ Rand48()
| Imath::Rand48::Rand48 |
( |
unsigned long int |
seed = 0 | ) |
|
|
inline |
◆ 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: