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