OpenVDB
0.104.0
|
Simple class to generate random intergers. More...
#include <Math.h>
Public Member Functions | |
RandomInt (unsigned int seed, int min, int max) | |
void | setRange (int min, int max) |
int | operator() (void) const |
int | operator() (int min, int max) const |
Protected Attributes | |
int | my_min |
int | my_range |
Simple class to generate random intergers.
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |