(random-bool threshold)
returns true if random is greater than threshold
returns true if random is greater than threshold
(random-nth-custom coll fn)
returns random element from collection with custom random
returns random element from collection with custom random
(scale n start1 stop1 start2 stop2)
scales a number to a new range
scales a number to a new range
(threshold-bool n threshold)
returns true if number is greater than threshold
returns true if number is greater than threshold
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close