#include <random.h>
Collaboration diagram for SPUC::Complex_Normal_RNG:
Public Member Functions | |
Complex_Normal_RNG (double_complex mean, double variance) | |
Constructor. Set mean and variance. | |
Complex_Normal_RNG () | |
Constructor. Set mean and variance. | |
void | setup (double_complex mean, double variance) |
Set mean and variance. | |
void | get_setup (double_complex &mean, double &variance) |
Get mean and variance. | |
double_complex | operator() () |
Get one sample. | |
double_complex | sample () |
Get a Complex Normal (0,1) distributed 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: ![]() |
|
|