#include <randomc.h>
Inherited by TRandomCombined< CRandomMother, CRandomMersenne > [private].
Public Member Functions | |
| void | RandomInit (uint32 seed) |
| int | IRandom (int min, int max) |
| double | Random () |
| uint32 | BRandom () |
| CRandomMother (uint32 seed) | |
Protected Attributes | |
| uint32 | x [5] |
Definition at line 181 of file randomc.h.
| CRandomMother::CRandomMother | ( | uint32 | seed | ) | [inline] |
| void CRandomMother::RandomInit | ( | uint32 | seed | ) |
| int CRandomMother::IRandom | ( | int | min, | |
| int | max | |||
| ) |
| double CRandomMother::Random | ( | ) |
Reimplemented in TRandomCombined< CRandomMother, CRandomMersenne >.
Definition at line 37 of file mother.cpp.
References BRandom().
Referenced by IRandom().
| uint32 CRandomMother::BRandom | ( | ) |
uint32 CRandomMother::x[5] [protected] |
1.5.4