Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
|
sll_m_gaussian random generator
Functions/Subroutines | |
real(kind=f64) function, public | sll_f_gaussian_deviate () |
Returns a value of a random variable in ONE dimension following the Gaussian probability density with zero mean and unit variance, using random generator for the uniform deviates. More... | |
subroutine, public | sll_s_gaussian_deviate_2d (res) |
Returns a value of a random variable in TWO dimensions following the Gaussian probability density with zero mean and unit variance, using random generator for the uniform deviates. More... | |
real(kind=f64) function, public sll_m_gaussian::sll_f_gaussian_deviate |
Returns a value of a random variable in ONE dimension following the Gaussian probability density with zero mean and unit variance, using random generator for the uniform deviates.
Definition at line 27 of file sll_m_gaussian.F90.
subroutine, public sll_m_gaussian::sll_s_gaussian_deviate_2d | ( | real(kind=f64), dimension(1:2), intent(out) | res | ) |
Returns a value of a random variable in TWO dimensions following the Gaussian probability density with zero mean and unit variance, using random generator for the uniform deviates.
Definition at line 56 of file sll_m_gaussian.F90.