Liking cljdoc? Tell your friends :D

consimilo.random-seed


rclj

source

randclj

(rand)
(rand n)

Overloads the clojure rand function to with a seeded implementation utilizing java.util.Random

Overloads the clojure rand function to with a seeded implementation
utilizing java.util.Random
sourceraw docstring

rand-bigintclj

(rand-bigint n)

returns a random number of type bigint, may be seeded by calling set-random-seed! prior to calling rand-bigint

returns a random number of type bigint, may be seeded by calling set-random-seed! prior
to calling rand-bigint
sourceraw docstring

rand-vecclj

(rand-vec n max-range)

returns a vector of length n random numbers range [0 - max-range], may be seeded by calling set-random-seed! prior to calling rand-bigint

returns a vector of length n random numbers range [0 - max-range], may be seeded by calling
set-random-seed! prior to calling rand-bigint
sourceraw docstring

set-random-seed!clj

(set-random-seed! seed)

Sets the random number generator seed

Sets the random number generator seed
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close