Classes | Namespaces | Defines
RandomCanonical.hpp File Reference

Header for RandomCanonical. More...

#include <bitset>
#include "RandomLib/RandomPower2.hpp"
#include "RandomLib/RandomEngine.hpp"

Go to the source code of this file.

Classes

class  RandomLib::RandomCanonical
 Generate random integers, reals, and booleans. More...

Namespaces

namespace  RandomLib

Defines

#define RANDOMCANONICAL_HPP   "$Id: RandomCanonical.hpp 6723 2010-01-11 14:20:10Z ckarney $"

Detailed Description

Header for RandomCanonical.

Use the random bits from Generator to produce random integers of various sizes, random reals with various precisions, a random probability, etc.

Written by Charles Karney <charles@karney.com> and licensed under the LGPL. For more information, see http://randomlib.sourceforge.net/

Definition in file RandomCanonical.hpp.


Define Documentation

#define RANDOMCANONICAL_HPP   "$Id: RandomCanonical.hpp 6723 2010-01-11 14:20:10Z ckarney $"

Definition at line 13 of file RandomCanonical.hpp.