8 #ifndef _STRUS_BASE_PSEUDO_RANDOM_NUMBERS_HPP_INCLUDED
9 #define _STRUS_BASE_PSEUDO_RANDOM_NUMBERS_HPP_INCLUDED
34 int get(
int start_,
int end_);
41 int select(
unsigned int psize,
int firstValue, ...);
PseudoRandom()
Constructor with seed derived from current date (granularity day)
Pseudo random generator. Fast generator for series of pseudo random numbers where the security is not...
Definition: pseudoRandom.hpp:22
int select(unsigned int psize, int firstValue,...)
Get the next "random" value of a specified set.