RandomNumber.hpp File Reference

Header for RandomNumber. More...

#include <vector>
#include <iomanip>
#include <limits>
#include <cmath>

Go to the source code of this file.

Namespaces

namespace  RandomLib

Classes

class  RandomLib::RandomNumber< bits >
 Infinite precision random numbers. More...

Defines

#define RANDOMNUMBER_HPP   "$Id: RandomNumber.hpp 6419 2008-01-16 18:23:01Z ckarney $"
#define STATIC_ASSERT(cond, reason)   { enum{ STATIC_ASSERT_ENUM = 1/int(cond) }; }


Detailed Description

Header for RandomNumber.

Infinite precision random numbers.

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

Definition in file RandomNumber.hpp.


Define Documentation

#define RANDOMNUMBER_HPP   "$Id: RandomNumber.hpp 6419 2008-01-16 18:23:01Z ckarney $"

Definition at line 13 of file RandomNumber.hpp.

#define STATIC_ASSERT ( cond,
reason   )     { enum{ STATIC_ASSERT_ENUM = 1/int(cond) }; }

A simple compile-time assert.

Definition at line 24 of file RandomNumber.hpp.


Generated on Mon Nov 10 16:59:10 2008 by  doxygen 1.5.6