This rng returns a double in the [0,1[ range.
More...
#include <rng.h>
Inherits lagged_fibonacci607.
|
class | boost::serialization::access |
|
This rng returns a double in the [0,1[ range.
- See also
- http://www.boost.org/doc/libs/release/libs/random/random-generators.html
Definition at line 89 of file rng.h.
pagmo::rng_double::rng_double |
( |
| ) |
|
|
inline |
Default constructor.
Will invoke the base default constructor.
Definition at line 96 of file rng.h.
pagmo::rng_double::rng_double |
( |
const boost::uint32_t & |
n | ) |
|
|
inline |
Constructor from unsigned integer.
Will invoke the corresponding base constructor.
Definition at line 101 of file rng.h.
The documentation for this class was generated from the following file: