Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Modules | Functions/Subroutines
sll_m_gaussian.F90 File Reference
#include "sll_memory.h"
#include "sll_working_precision.h"
Include dependency graph for sll_m_gaussian.F90:

Go to the source code of this file.

Modules

module  sll_m_gaussian
 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...
 
    Report Typos and Errors