Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
InverseGaussRandom
Function
MIT
15 statements
Source File
RandomClass.f90
RandomClass
InverseGaussRandom
Contents
None
public function InverseGaussRandom(obj, mu, lambda) result(ret)
Arguments
Type
Intent
Optional
Attributes
Name
class(
Random_
),
intent(inout)
::
obj
real(kind=real64),
intent(in)
::
mu
real(kind=real64),
intent(in)
::
lambda
Return Value
real(kind=real64)
Contents
None