plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
histogramRandom
Function
MIT
29 statements
Source File
RandomClass.f90
RandomClass
histogramRandom
Contents
public function histogramRandom(obj, list, division) result(histogram)
Type Bound
Random_
Arguments
Type
Intent
Optional
Attributes
Name
class(
Random_
),
intent(inout)
::
obj
real(kind=real64),
intent(in)
::
list
(:)
integer(kind=int32),
intent(in),
optional
::
division
Return Value
real(kind=real64), allocatable, (:,:)