#include <random.h>
Collaboration diagram for GltRandomDouble< R >:

Public Methods | |
| GltRandomDouble (R &random, const double min=0.0, const double max=1.0) | |
| Constructor. | |
| GltRandomDouble (const double min=0.0, const double max=1.0) | |
| Constructor using default RNG. | |
| GltRandomDouble (const GltRandomDouble< R > &gen) | |
| Copy constructor. | |
| ~GltRandomDouble () | |
| Destructor. | |
| double | rand () const |
| Random number in the range [min,max]. | |
| R & | base () |
| Base random number generator. | |
| const R & | base () const |
| Base random number generator. | |
Definition at line 146 of file random.h.
1.2.18