E-MailRelay
|
#include "gdef.h"
#include <random>
Go to the source code of this file.
Namespaces | |
namespace | G |
Low-level classes. | |
namespace | G::Random |
An enclosing namespace for G::Random::rand(). | |
Functions | |
unsigned int | G::Random::rand (unsigned int start=0U, unsigned int end=32767) |
Returns a random value, uniformly distributed over the given range (including 'start' and 'end'), and automatically seeded on first use. More... | |