fun exponential(scale: Double = 1.0): Double
Draw samples from an exponential distribution.
fun exponential(scale: Double = 1.0, vararg size: Int): KtNDArray<Double>