sample

open override fun sample(random: Random): Double(source)

Draws a single random value from this Pareto distribution using inverse CDF sampling.

Return

a random value drawn from this distribution (always ≥ scale).

Parameters

random

the source of randomness.