minMax

fun (Int, Double) -> Double.minMax(sampleCount: Int = 1000, percentile: Double, random: Random = Random(0)): Pair<Double, Double>(source)
fun (Int, Double, Double) -> Double.minMax(sampleCount: Int = 1000, percentile: Double, random: Random = Random(0)): Pair<Double, Double>(source)
fun (Int, Double, Double, Double) -> Double.minMax(sampleCount: Int = 1000, percentile: Double = 1.0, random: Random = Random(0)): Pair<Double, Double>(source)