plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
uniformRandom
Function
MIT
10 statements
Source File
RandomClass.f90
RandomClass
uniformRandom
Contents
public function uniformRandom(obj, From, To) result(x)
Type Bound
Random_
Arguments
Type
Intent
Optional
Attributes
Name
class(
Random_
),
intent(in)
::
obj
real(kind=real64),
intent(in)
::
From
real(kind=real64),
intent(in)
::
To
Return Value
real(kind=real64)