normal

open fun normal(mean: Int, sd: Int): Int
open fun normal(min: Int, max: Int, mean: Int, sd: Int): Int
open fun normal(mean: Double, sd: Double): Double
open fun normal(min: Double, max: Double, mean: Double, sd: Double): Double