#include <random.h>
Collaboration diagram for SPUC::Uniform_RNG:
Public Member Functions | |
Uniform_RNG (double min=0, double max=1.0) | |
Constructor. Set min, max and seed. | |
void | setup (double min, double max) |
set min and max | |
void | get_setup (double &min, double &max) const |
get parameters | |
double | operator() () |
Get one sample. | |
double | sample () |
Get a Uniformly distributed (0,1) sample. |
|
|
|
|
|
Here is the call graph for this function: ![]() |
|
Here is the call graph for this function: ![]() |
|
|