All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.data2viz.random.bates.kt Maven / Gradle / Ivy

There is a newer version: 0.8.0-RC5
Show newest version
package io.data2viz.random

fun randomBates(n: Number = 1): () -> Double = {
    randomIrwinHall(n)() / n.toDouble()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy