| 
    MPI-AMRVAC 3.2
    
   The MPI - Adaptive Mesh Refinement - Versatile Advection Code 
   | 
 
Module for pseudo random number generation. The internal pseudo random generator is the xoroshiro128plus method. More...
Data Types | |
| type | prng_t | 
| Parallel random number generator type.  More... | |
| type | rng_t | 
| Random number generator type, which contains the state.  More... | |
Functions/Subroutines | |
| pure integer(i8) function | shiftl (val, shift) | 
| added for nvidia compilers   | |
Module for pseudo random number generation. The internal pseudo random generator is the xoroshiro128plus method.
| pure integer(i8) function mod_random::shiftl | ( | integer(i8), intent(in) | val, | 
| integer, intent(in) | shift | ||
| ) | 
added for nvidia compilers
Definition at line 54 of file mod_random.t.
