#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] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|