![]() |
ORB5
v4.9.4
|
#include "precomp.h"
Modules | |
module | random_coll |
Functions/Subroutines | |
subroutine | random_coll::init_random_coll |
subroutine | random_coll::genere_random (rand, npart, choice) |
Variables | |
integer, parameter | random_coll::ran_k = 100 |
integer, parameter | random_coll::ran_s = 8 |
integer, parameter | random_coll::ran_c = 34 |
character(ran_c) | random_coll::random_seed_str |
integer, dimension(ran_s) | random_coll::seed |
integer | random_coll::ran_index |
real, dimension(ran_k) | random_coll::ran_array |
integer(kind=8) | random_coll::iiran |