palate 0.3.9

File type detection combining tft and hyperpolyglot
Documentation
1
2
3
4
5
(defn rand
  "Returns a random floating point number between 0 (inclusive) and
  n (default 1) (exclusive)."
  ([] (scm* [n] (random-real)))
  ([n] (* (rand) n)))