kotlin-numpy / org.jetbrains.numkt.random / Random / exponential

exponential

fun exponential(scale: Double = 1.0): Double (source)

Draw samples from an exponential distribution.

fun exponential(scale: Double = 1.0, vararg size: Int): KtNDArray<Double> (source)