plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
CauchyRandom
Function
MIT
7 statements
Source File
RandomClass.f90
RandomClass
CauchyRandom
Contents
public function CauchyRandom(obj, mu, gamma) result(ret)
Type Bound
Random_
Arguments
Type
Intent
Optional
Attributes
Name
class(
Random_
),
intent(inout)
::
obj
real(kind=real64),
intent(in)
::
mu
real(kind=real64),
intent(in)
::
gamma
Return Value
real(kind=real64)