plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
whiteRandom
Function
MIT
14 statements
Source File
RandomClass.f90
RandomClass
whiteRandom
Contents
public function whiteRandom(this, num_sample, mu, sigma) result(ret)
Type Bound
Random_
Arguments
Type
Intent
Optional
Attributes
Name
class(
Random_
),
intent(inout)
::
this
integer(kind=int32),
intent(in)
::
num_sample
real(kind=real64),
intent(in),
optional
::
mu
real(kind=real64),
intent(in),
optional
::
sigma
Return Value
real(kind=real64), allocatable, (:)