clamp

fun (seed: Int, t: Double) -> Double.clamp(min: Double, max: Double): (Int, Double) -> Double(source)
fun (seed: Int, x: Double, t: Double) -> Double.clamp(min: Double, max: Double): (Int, Double, Double) -> Double(source)
fun (seed: Int, x: Double, y: Double, t: Double) -> Double.clamp(min: Double, max: Double): (Int, Double, Double, Double) -> Double(source)