MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
Loading...
Searching...
No Matches
Data Types | Modules | Functions/Subroutines
mod_random.t File Reference

Go to the source code of this file.

Data Types

type  mod_random::rng_t
 Random number generator type, which contains the state. More...
 
type  mod_random::prng_t
 Parallel random number generator type. More...
 

Modules

module  mod_random
 Module for pseudo random number generation. The internal pseudo random generator is the xoroshiro128plus method.
 

Functions/Subroutines

integer(i8) function mod_random::shiftl (val, shift)
 added for nvidia compilers