rutz::urand_frange Class Reference

uniform distribution over a specified floating-point range More...

#include <rutz/rand.h>

Collaboration diagram for rutz::urand_frange:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 urand_frange (double lo, double hi, long s=0)
 Construct with a given min/max range and an initial seed (default 0).
 urand_frange (long s=0)
 Construct with a range [0.0:1.0[ and an initial seed (default 0).
double draw ()
double operator() ()

Detailed Description

uniform distribution over a specified floating-point range

Definition at line 132 of file rand.h.


Constructor & Destructor Documentation

rutz::urand_frange::urand_frange ( double  lo,
double  hi,
long  s = 0 
) [inline]

Construct with a given min/max range and an initial seed (default 0).

Definition at line 141 of file rand.h.

rutz::urand_frange::urand_frange ( long  s = 0  )  [inline]

Construct with a range [0.0:1.0[ and an initial seed (default 0).

Definition at line 146 of file rand.h.


The documentation for this class was generated from the following file:
Generated on Sun May 8 08:44:44 2011 for iLab Neuromorphic Vision Toolkit by  doxygen 1.6.3