38 #if !defined(LIBCOYOTL_CMWC4096_H) 39 #define LIBCOYOTL_CMWC4096_H 55 static const size_t N = 4096;
82 virtual void init(uint32_t seed);
cmwc4096()
Default constructor, reading seed from/dev/urandom or the time.
An abstract definition of a peudorandom number generator.
Definition: prng.h:54
Implements CMWC4096, a peudorandom number generator.
Definition: cmwc4096.h:51
virtual void init(uint32_t seed)
Initializes the generator with "seed".
virtual uint32_t get_rand()
Get the next integer.