| Procedure | Location | Procedure Type | Description |
|---|---|---|---|
| init_rndgen | rndgen_mod | Subroutine | Initializes the random number generator |
| initPL_rndgenPL | rndgenPL_mod | Subroutine | Initializes the power-law random number generator |
| int_rndgen_i4 | rndgen_mod | Function | Generates a random integer number in the range [i1, i2], int32 |
| int_rndgen_i8 | rndgen_mod | Function | Generates a random integer number in the range [i1, i2], int64 |
| read_seed_filename_rndgen | rndgen_mod | Subroutine | Read the seeds from a seeds object or, optionally, from a file name |
| read_seed_rndgen | rndgen_mod | Subroutine | Read the seeds from a seeds object or, optionally, from a file unit |
| readFromFile_filename_rndSeed | rndgen_mod | Subroutine | Read the seeds from a file name |
| readFromFile_rndSeed | rndgen_mod | Subroutine | Read the seeds from a file unit |
| real_rndgen_dp | rndgen_mod | Function | Generates a random real number in the range [r1, r2), double |
| real_rndgen_sp | rndgen_mod | Function | Generates a random real number in the range [r1, r2), single |
| reset_rndgen | rndgen_mod | Subroutine | Resets the random number generator |
| rnd_array_int_i4 | rndgen_mod | Function | |
| rnd_array_int_i8 | rndgen_mod | Function | |
| rnd_array_real | rndgen_mod | Function | Generates a random array of real numbers in the range [r1, r2) |
| rnd_array_rnd | rndgen_mod | Function | Generates a random array of real numbers in the range [0, 1) |
| rnd_rndgen_dp | rndgen_mod | Function | Generates a random number in the range [0, 1) |
| rndPL_array | rndgenPL_mod | Function | |
| rndPL_rndgenPL | rndgenPL_mod | Function | Generates a random number following the power-law distribution |
| save_seed_filename_rndgen | rndgen_mod | Subroutine | Save the current seeds to a seeds object and, optionally, to a file name |
| save_seed_rndgen | rndgen_mod | Subroutine | Save the current seeds to a seeds object and, optionally, to a file unit |
| saveToFile_filename_rndSeed | rndgen_mod | Subroutine | Save the seeds to a file name |
| saveToFile_rndSeed | rndgen_mod | Subroutine | Save the seeds to a file unit |