Toggle navigation
plantFEM
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
histogramRandom
Function
MIT
29 statements
Source File
RandomClass.f90
RandomClass
histogramRandom
Contents
None
public function histogramRandom(obj, list, division) result(histogram)
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,(:,:)
Contents
None