#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) }; } |
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 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.
1.5.6