plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
drawRandomInt
Function
MIT
23 statements
Source File
RandomClass.f90
RandomClass
drawRandomInt
Contents
public recursive function drawRandomInt(this, vec, num) result(ret)
Type Bound
Random_
Arguments
Type
Intent
Optional
Attributes
Name
class(
Random_
),
intent(in)
::
this
integer(kind=int32),
intent(inout),
allocatable
::
vec
(:)
integer(kind=int32),
intent(in)
::
num
Return Value
integer(kind=int32), allocatable, (:)