draw_from_cum_list Subroutine

public subroutine draw_from_cum_list(c_sum, idx, pgen)

@brief Draw from a cumulative list.

Arguments

Type IntentOptional Attributes Name
real(kind=dp), intent(in) :: c_sum(:)
integer, intent(out) :: idx
real(kind=dp), intent(out) :: pgen

Contents