ClojureDocs

导航

命名空间

rand

clojure.core

自 1.0 开始提供 (源代码)
  • (rand)
  • (rand n)
Returns a random floating point number between 0 (inclusive) and
n (default 1) (exclusive).