Random Integer Generator Template.
More...
Detailed Description
Random Integer Generator Template.
- Author:
- Ayman ZUREIKI azureiki@laas.fr date: January/2005
Used to generate random number within the range [min,max]
- Note:
- : It is i;portant to supply a 'good' seed, for example you can use : SetSeed((uint64_t)std::time(NULL)); But, it is poor if you use it very frequently: the time dosn't change a lot, donc give nearly the same random numbers
#include <randomIntTmplt.hpp>
The documentation for this class was generated from the following file: