Scopira  20080306
scopira::tool::unireal_dist< UniRanGen, RealType > Class Template Reference

#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
 

Detailed Description

template<class UniRanGen, class RealType>
class scopira::tool::unireal_dist< UniRanGen, RealType >

uniform random real distribution [min..max), internally uses uni01_dist

Author
Aleksander Demko

The documentation for this class was generated from the following file: