sample

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

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

Return

a random value drawn from this distribution, always greater than mu.

Parameters

random

the source of randomness.