SCALE-RM
|
module RANDOM More...
Functions/Subroutines | |
subroutine, public | random_setup |
Setup. More... | |
subroutine | random_uniform_1d (var) |
Get uniform random number ( 1D ) More... | |
module RANDOM
subroutine, public scale_random::random_setup |
Setup.
Definition at line 64 of file scale_random.F90.
References scale_io::io_fid_conf, scale_prc::prc_abort(), and scale_prc::prc_myrank.
Referenced by mod_rm_driver::rm_driver(), and mod_rm_prep::rm_prep().
subroutine scale_random::random_uniform_1d | ( | real(rp), dimension(:), intent(out) | var | ) |
Get uniform random number ( 1D )
Definition at line 149 of file scale_random.F90.
References scale_const::const_pi.