#include <rand-uniform.h>
Inheritance diagram for Uniform< T, IRNG, stateTag >:
Public Types | |
typedef double | T_numtype |
Public Member Functions | |
Uniform (double low=0.0, double high=1.0, double=0.0) | |
void | randomize () |
double | random () |
operator double () | |
Private Attributes | |
double | low_ |
double | length_ |
int | seed [4] |
typedef double Uniform< T, IRNG, stateTag >::T_numtype |
Uniform< T, IRNG, stateTag >::Uniform | ( | double | low = 0.0 , |
|
double | high = 1.0 , |
|||
double | = 0.0 | |||
) | [inline] |
void Uniform< T, IRNG, stateTag >::randomize | ( | ) | [inline] |
double Uniform< T, IRNG, stateTag >::random | ( | void | ) | [inline] |
Uniform< T, IRNG, stateTag >::operator double | ( | ) | [inline] |
double Uniform< T, IRNG, stateTag >::low_ [private] |
double Uniform< T, IRNG, stateTag >::length_ [private] |
int Uniform< T, IRNG, stateTag >::seed[4] [private] |