Public Vars

Back

rand (clj)

(source)

function

(rand) (rand n)
Returns a random floating point number between 0 (inclusive) and n (default 1) (exclusive).

Examples