get_prob Function

private elemental function get_prob(this, val)

Get the probability of a given value val.

Type Bound

CDF_Sampler_t

Arguments

Type IntentOptional Attributes Name
class(CDF_Sampler_t), intent(in) :: this
integer, intent(in) :: val

Return Value real(kind=dp)


Contents