PaGMO  1.1.5
Public Member Functions | Friends
pagmo::rng_double Class Reference

This rng returns a double in the [0,1[ range. More...

#include <rng.h>

Inherits lagged_fibonacci607.

Public Member Functions

 rng_double ()
 Default constructor. More...
 
 rng_double (const boost::uint32_t &n)
 Constructor from unsigned integer. More...
 

Friends

class boost::serialization::access
 

Detailed Description

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.

Constructor & Destructor Documentation

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: