ORB5  v4.9.4
random_generator Module Reference

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)
 

Function/Subroutine Documentation

◆ decimal_to_seed()

subroutine, public random_generator::decimal_to_seed ( character*(*)  decimal,
integer, dimension(0:8-1)  seed 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ next_seed()

subroutine, public random_generator::next_seed ( integer  n0,
integer, dimension(0:8-1)  seed 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ next_seed3()

subroutine random_generator::next_seed3 ( integer  n0,
integer  n1,
integer  n2,
integer, dimension(0:8-1)  seed 
)
+ Here is the call graph for this function:

◆ rand_axc()

subroutine random_generator::rand_axc ( integer, dimension(0:8-1)  a,
integer, dimension(0:8-1)  x,
integer, dimension(0:8-1)  c 
)
+ Here is the caller graph for this function:

◆ rand_batch()

subroutine random_generator::rand_batch ( integer  p,
real, dimension(0:100-1)  r 
)
+ Here is the caller graph for this function:

◆ rand_next_seed()

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 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ random_array()

subroutine, public random_generator::random_array ( real, dimension(0:n-1)  y,
integer  n,
integer  p,
real, dimension(0:100-1)  r 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ random_gauss()

subroutine, public random_generator::random_gauss ( real, dimension(0:n-1)  y,
integer  n,
integer  p,
real, dimension(0:100-1)  r 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ random_init()

subroutine, public random_generator::random_init ( integer, dimension(0:8-1)  seed,
integer  p,
real, dimension(0:100-1)  r 
)
+ Here is the caller graph for this function:

◆ random_orb()

subroutine, public random_generator::random_orb ( integer  p,
real, dimension(0:100-1)  r,
real  random2 
)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ seed_to_decimal()

subroutine, public random_generator::seed_to_decimal ( integer, dimension(0:8-1)  seed,
character *(*)  decimal 
)
+ Here is the caller graph for this function:

◆ srandom_array()

subroutine random_generator::srandom_array ( real, dimension(0:n-1)  ys,
integer  n,
integer  p,
real, dimension(0:100-1)  r 
)
+ Here is the call graph for this function: