Report Typos and Errors    
Semi-Lagrangian Library
Modular library for kinetic and gyrokinetic simulations of plasmas in fusion energy devices.
Functions/Subroutines
sll_m_gaussian Module Reference

Description

sll_m_gaussian random generator

Author
Date
created:

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...
 

Function/Subroutine Documentation

◆ sll_f_gaussian_deviate()

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.

Author
Sever Hirstoaga
Date
created: 2012-05-31

Definition at line 27 of file sll_m_gaussian.F90.

Here is the caller graph for this function:

◆ sll_s_gaussian_deviate_2d()

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.

Here is the caller graph for this function:
    Report Typos and Errors