Util::RandomNumberTable Class Reference
#include <randomnumbertable.h>
Detailed Description
A table-based random-number generator. Returns the same random number for a given key.(C) 2008 Radon Labs GmbH
Static Public Member Functions | |
| static float | Rand (IndexT key) |
| return a pseudo-random number between 0 and 1 | |
| static float | Rand (IndexT key, float minVal, float maxVal) |
| return a pseudo random number between min and max | |