1 | seed | I/O | INT4 |
2 | random_no | Output | FLOAT8 |
3 | fc | Output | FEEDBACK |
The Basic Random Number Generation (CEERAN0) API generates a sequence of uniform pseudorandom numbers between 0 and 1 using the multiplicative congruential method with a user-specified seed.
None.
If the value of the seed parameter is 0, the seed is generated from the current Greenwich Mean Time.
On return, CEERAN0 changes the value of seed so that it may be used as the new seed in the next call.
CEE0000 | The API completed successfully |
Severity: 00 | |
CEE2523 | UTC not available to generate random seed from system time |
Severity: 10 | |
CEE2524 | Seed value for &1 is not valid |
Severity: 30 |
Top | ILE CEE APIs | APIs by category |