#include <VWhiteNoise.h>
Public Member Functions | |
| TRandomCombined (int32 seed=19) | |
| void | RandomInit (int32 seed) |
| double | Random () |
| long | IRandom (long min, long max) |
Definition at line 11 of file VWhiteNoise.h.
| TRandomCombined< RG1, RG2 >::TRandomCombined | ( | int32 | seed = 19 |
) | [inline] |
Definition at line 14 of file VWhiteNoise.h.
| void TRandomCombined< RG1, RG2 >::RandomInit | ( | int32 | seed | ) | [inline] |
Definition at line 19 of file VWhiteNoise.h.
| double TRandomCombined< RG1, RG2 >::Random | ( | ) | [inline] |
Definition at line 25 of file VWhiteNoise.h.
Referenced by VWhiteNoise::generateRandom(), and TRandomCombined< CRandomMother, CRandomMersenne >::IRandom().
| long TRandomCombined< RG1, RG2 >::IRandom | ( | long | min, | |
| long | max | |||
| ) | [inline] |
Definition at line 32 of file VWhiteNoise.h.
1.5.4