33 #ifndef _NSOUND_RNG_TAUSWORTHE_H_
34 #define _NSOUND_RNG_TAUSWORTHE_H_
RngTausworthe()
Default seed used is the number of seconds from unix epoch.
RngTausworthe & operator=(const RngTausworthe &rhs)
assignment operator
void setSeed(Nsound::uint32 seed)
Set the seed to use.
Base class for random number generators.