#include <rand-normal.h>
Inheritance diagram for Normal< BZ_TEMPLATE_DEFAULT >:
Public Types | |
typedef double | T_numtype |
typedef T | T_numtype |
Public Member Functions | |
Normal (double mean=0.0, double variance=1.0, double=0.0) | |
void | randomize () |
double | random () |
Normal (T mean, T standardDeviation) | |
T | random () |
Private Attributes | |
double | mean_ |
double | sigma_ |
P_uniform | uniform_ |
T | mean_ |
T | standardDeviation_ |
|
Reimplemented from NormalUnit< T, IRNG, stateTag >. |
|
Reimplemented from NormalUnit< T, IRNG, stateTag >. |
|
|
|
|
|
Reimplemented from NormalUnit< T, IRNG, stateTag >. |
|
Reimplemented from NormalUnit< T, IRNG, stateTag >. |
|
|
|
|
|
|
|
|
|
|
|
|