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