Toggle navigation
NECI
Documentation
Contents
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Program
get_prob
Function
9 statements
Source File
CDF_sampling.F90
CDF_sampling_mod
get_prob
Contents
private elemental function get_prob(this, val)
Get the probability of a given value
val
.
Type Bound
CDF_Sampler_t
Arguments
Type
Intent
Optional
Attributes
Name
class(
CDF_Sampler_t
),
intent(in)
::
this
integer,
intent(in)
::
val
Return Value
real(kind=dp)
Contents