|
OpenVDB
1.2.0
|
Simple random integer generator. More...
#include <Math.h>
Public Member Functions | |
| RandomInt (unsigned int seed, int min, int max) | |
| void | setRange (int min, int max) |
| int | operator() () const |
| int | operator() (int min, int max) const |
Protected Attributes | |
| int | my_min |
| int | my_range |
Simple random integer generator.
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
1.8.4