Liking cljdoc? Tell your friends :D

com.yetanalytics.datasim.random

Seeded random functions

Seeded random functions
raw docstring

chooseclj

(choose rng weights coll & {:keys [sd] :or {sd 0.25}})
source

rand*clj

(rand* rng)
(rand* rng n)
source

rand-gaussclj

(rand-gauss rng mean sd)
source

rand-int*clj

(rand-int* rng n)
source

rand-longclj

(rand-long rng)
source

rand-nth*clj

(rand-nth* rng coll)
source

rand-uuidclj

(rand-uuid rng)

Produce a random uuid (as a string) for the rng. Derived from clojure.test.check.generators/uuid

Produce a random uuid (as a string) for the rng.
Derived from `clojure.test.check.generators/uuid`
sourceraw docstring

random-sample*clj

(random-sample* rng prob)
(random-sample* rng prob coll)
(random-sample* rng prob coll weights)
source

seed-rngclj

(seed-rng seed)
source

shuffle*clj

(shuffle* rng coll)
(shuffle* rng coll cnt)
source

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

× close