Skip to main content

random

functionv1.11

clojure.math/random

Available in:BBCLJ
(random [])
Returns a positive double between 0.0 and 1.0, chosen pseudorandomly with approximately random distribution. See: https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html#random--

No examples yet. Be the first to add one!