Inherited by Idist, and Rdist.
Public Member Functions | |
| virtual void | setSeed (int n=0) |
| Set seed for the random number generators. | |
| unsigned long | getSeed () |
| Get start seed. | |
Protected Member Functions | |
| Dist (DistContext *c=0, Label label="") | |
| Construction. | |
| virtual | ~Dist () |
| Destruction. | |
| TableDefinition * | getTableDefinition () |
| Get report table definition. | |
| Table * | getTable (Report *r) |
| Get report table All random number generators support Report. Their data are reported in one table where each line represents one generator. This function is used ODEMx-internall to realise the report. . | |
| double | getSample () |
| Get new random number. | |
|
||||||||||||
|
Construction.
|
|
|
Get report table definition. All random number generators support Report. Their data are reported in one table where each line represents one generator. This function is used ODEMx-internall to realise the report. |
|
|
Get report table All random number generators support Report. Their data are reported in one table where each line represents one generator. This function is used ODEMx-internall to realise the report. .
|
|
|
Set seed for the random number generators.
|
|
|
Get start seed. This function returns the start seed of the random number generator. |
|
|
Get new random number. This function returns a new random number. It is used by derived classes. |
1.3