plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
gauss_vector_Random
Function
MIT
11 statements
Source File
RandomClass.f90
RandomClass
gauss_vector_Random
Contents
public function gauss_vector_Random(obj, mu, sigma, n) 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)
::
sigma
integer(kind=int32),
intent(in)
::
n
Return Value
real(kind=real64), (n)