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

Description

hamm pseudo-random generator

Author
Date
created:

Functions/Subroutines

real(kind=f64) function, public sll_f_suite_hamm (n, b)
 
real(kind=f64) function vandercorput (n, p1, p2)
 

Function/Subroutine Documentation

◆ sll_f_suite_hamm()

real(kind=f64) function, public sll_m_hammersley::sll_f_suite_hamm ( integer(kind=i32), intent(in)  n,
integer(kind=i32), intent(in)  b 
)

Definition at line 22 of file sll_m_hammersley.F90.

Here is the caller graph for this function:

◆ vandercorput()

real(kind=f64) function sll_m_hammersley::vandercorput ( integer(kind=i32), intent(in)  n,
integer(kind=i32), intent(in)  p1,
integer(kind=i32), intent(in)  p2 
)
private

Definition at line 42 of file sll_m_hammersley.F90.

    Report Typos and Errors