Scopira
20080306
|
#include <distrandom.h>
Public Types | |
typedef UniRanGen | base_type |
typedef RealType | result_type |
Public Member Functions | |
unireal_dist (base_type &rng, RealType min, RealType max) | |
ctor | |
result_type | min (void) const |
min | |
result_type | max (void) const |
max | |
result_type | operator() () |
Static Public Attributes | |
static const bool | has_fixed_range = false |
uniform random real distribution [min..max), internally uses uni01_dist