![]() |
ORB5
v4.9.4
|
Functions/Subroutines | |
subroutine, public | random_orb (p, r, random2) |
subroutine, public | decimal_to_seed (decimal, seed) |
subroutine, public | seed_to_decimal (seed, decimal) |
subroutine | rand_next_seed (n, ax, cx, y) |
subroutine | rand_axc (a, x, c) |
subroutine, public | random_init (seed, p, r) |
subroutine, public | random_array (y, n, p, r) |
subroutine | srandom_array (ys, n, p, r) |
subroutine | rand_batch (p, r) |
subroutine, public | random_gauss (y, n, p, r) |
subroutine | next_seed3 (n0, n1, n2, seed) |
subroutine, public | next_seed (n0, seed) |
subroutine, public random_generator::decimal_to_seed | ( | character*(*) | decimal, |
integer, dimension(0:8-1) | seed | ||
) |
subroutine, public random_generator::next_seed | ( | integer | n0, |
integer, dimension(0:8-1) | seed | ||
) |
subroutine random_generator::next_seed3 | ( | integer | n0, |
integer | n1, | ||
integer | n2, | ||
integer, dimension(0:8-1) | seed | ||
) |
subroutine random_generator::rand_axc | ( | integer, dimension(0:8-1) | a, |
integer, dimension(0:8-1) | x, | ||
integer, dimension(0:8-1) | c | ||
) |
subroutine random_generator::rand_batch | ( | integer | p, |
real, dimension(0:100-1) | r | ||
) |
subroutine random_generator::rand_next_seed | ( | integer | n, |
integer, dimension(0:8-1) | ax, | ||
integer, dimension(0:8-1) | cx, | ||
integer, dimension(0:8-1) | y | ||
) |
subroutine, public random_generator::random_array | ( | real, dimension(0:n-1) | y, |
integer | n, | ||
integer | p, | ||
real, dimension(0:100-1) | r | ||
) |
subroutine, public random_generator::random_gauss | ( | real, dimension(0:n-1) | y, |
integer | n, | ||
integer | p, | ||
real, dimension(0:100-1) | r | ||
) |
subroutine, public random_generator::random_init | ( | integer, dimension(0:8-1) | seed, |
integer | p, | ||
real, dimension(0:100-1) | r | ||
) |
subroutine, public random_generator::random_orb | ( | integer | p, |
real, dimension(0:100-1) | r, | ||
real | random2 | ||
) |
subroutine, public random_generator::seed_to_decimal | ( | integer, dimension(0:8-1) | seed, |
character *(*) | decimal | ||
) |
subroutine random_generator::srandom_array | ( | real, dimension(0:n-1) | ys, |
integer | n, | ||
integer | p, | ||
real, dimension(0:100-1) | r | ||
) |