Procedures

ProcedureLocationProcedure TypeDescription
init_rndgen rndgen_mod Subroutine

Initializes the random number generator

Read more…
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_rndgen rndgen_mod Subroutine

Read the seeds from a seeds object or, optionally, from a file unit

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_rndgen rndgen_mod Subroutine

Save the current seeds to a seeds object and, optionally, to a file unit

saveToFile_rndSeed rndgen_mod Subroutine

Save the seeds to a file unit

call~~graph~~CallGraph none~rnd_array rndgen%rnd_array proc~rnd_array_int_i4 rndgen%rnd_array_int_i4 none~rnd_array->proc~rnd_array_int_i4 proc~rnd_array_real rndgen%rnd_array_real none~rnd_array->proc~rnd_array_real proc~rnd_array_rnd rndgen%rnd_array_rnd none~rnd_array->proc~rnd_array_rnd none~rnd_array~2 rndgenPL%rnd_array none~rnd_array~2->proc~rnd_array_int_i4 none~rnd_array~2->proc~rnd_array_real none~rnd_array~2->proc~rnd_array_rnd proc~init_rndgen rndgen%init_rndgen proc~rnd_rndgen_dp rndgen%rnd_rndgen_dp proc~init_rndgen->proc~rnd_rndgen_dp proc~initpl_rndgenpl rndgenPL%initPL_rndgenPL proc~initpl_rndgenpl->proc~init_rndgen proc~int_rndgen_i4 rndgen%int_rndgen_i4 proc~int_rndgen_i4->proc~rnd_rndgen_dp proc~int_rndgen_i8 rndgen%int_rndgen_i8 proc~int_rndgen_i8->proc~rnd_rndgen_dp proc~read_seed_rndgen rndgen%read_seed_rndgen proc~readfromfile_rndseed rndSeed%readFromFile_rndSeed proc~read_seed_rndgen->proc~readfromfile_rndseed proc~real_rndgen_dp rndgen%real_rndgen_dp proc~real_rndgen_dp->proc~rnd_rndgen_dp proc~real_rndgen_sp rndgen%real_rndgen_sp proc~reset_rndgen rndgen%reset_rndgen proc~reset_rndgen->proc~init_rndgen proc~rnd_array_int_i4->proc~int_rndgen_i4 proc~rnd_array_int_i8 rndgen%rnd_array_int_i8 proc~rnd_array_int_i8->proc~int_rndgen_i8 proc~rnd_array_rnd->proc~rnd_rndgen_dp proc~rndpl_array rndgenPL%rndPL_array proc~rndpl_rndgenpl rndgenPL%rndPL_rndgenPL proc~rndpl_array->proc~rndpl_rndgenpl proc~rndpl_rndgenpl->proc~rnd_rndgen_dp proc~save_seed_rndgen rndgen%save_seed_rndgen proc~savetofile_rndseed rndSeed%saveToFile_rndSeed proc~save_seed_rndgen->proc~savetofile_rndseed
Help