62#if !defined(LIBCOYOTL_MWC1038_H)
63#define LIBCOYOTL_MWC1038_H
81 static const size_t N = 1038;
A STL-compatible array class.
Definition array.h:73
Implements MWC1038, a peudorandom number generator.
Definition mwc1038.h:78
virtual uint32_t get_rand()
Get the next integer.
virtual void init(uint32_t seed)
Initializes the generator with "seed".
mwc1038()
Default constructor, reading seed from/dev/urandom or the time.
mwc1038(uint32_t seed)
Default constructor, with optional seed.
An abstract definition of a peudorandom number generator.
Definition prng.h:55