#include <random.h>
Collaboration diagram for SPUC::Normal_RNG:
Public Member Functions | |
Normal_RNG (double meanval, double variance) | |
Constructor. Set mean and variance. | |
Normal_RNG () | |
Constructor. Set mean and variance. | |
void | setup (double meanval, double variance) |
Set mean, and variance. | |
void | get_setup (double &meanval, double &variance) const |
Get mean and variance. | |
double | operator() () |
Get one sample. | |
double | sample () |
Get a Normal distributed (0,1) sample. |
|
Here is the call graph for this function: ![]() |
|
|
|
|
|
Here is the call graph for this function: ![]() |
|
Here is the call graph for this function: ![]() |
|
|