plantFEM
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
main
Program
MIT
28 statements
Source File
ex0013_BinomialDistribution.f90
main
Contents
Variables
sample
division
random
f
list
i
histogram
Uses
PlantFEM
Variables
Type
Attributes
Name
Initial
integer(kind=int32),
parameter
::
sample
=
10000
integer(kind=int32),
parameter
::
division
=
10
type(
Random_
)
::
random
type(
IO_
)
::
f
real(kind=real64)
::
list
(sample)
integer(kind=int32)
::
i
real(kind=real64),
allocatable
::
histogram
(:,:)