ClojureDocs

Nav

Namespaces

random

clojure.math

Available since 1.11
  • (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--