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