ClojureDocs

导航

命名空间

随机

clojure.math

自版本 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--