ClojureDocs

Nav

Namespaces

rand

clojure.core

Available since 1.0 (source)
  • (rand)
  • (rand n)
Returns a random floating point number between 0 (inclusive) and
n (default 1) (exclusive).