anything function clojure.data.generators Returns a scalar or collection based on *rnd*...
boolean function clojure.data.generators Returns a bool based on *rnd*.. boolean-array function clojure.data.generators Create an array with elements from f and size... byte function clojure.data.generators Returns a long based on *rnd* in the byte ran... byte-array function clojure.data.generators Create an array with elements from f and size...
char function clojure.data.generators Returns a character based on *rnd* in the ran... char-array function clojure.data.generators Create an array with elements from f and size... collection function clojure.data.generators Returns a collection of scalar elements based...
date function clojure.data.generators Create a date with geometric mean around base... default-sizer function clojure.data.generators Default sizer used to run tests. If you want ... double function clojure.data.generators Generate a double between 0 and 1 based on *r... double-array function clojure.data.generators Create an array with elements from f and size...
float function clojure.data.generators Generate a float between 0 and 1 based on *rn... float-array function clojure.data.generators Create an array with elements from f and size...
geometric function clojure.data.generators Geometric distribution with mean 1/p..
hash-map function clojure.data.generators Create a hash-map with keys from fk, vals fro...
int function clojure.data.generators Returns a int based on *rnd* in the int range... int-array function clojure.data.generators Create an array with elements from f and size...
keyword function clojure.data.generators Create a non-namespaced keyword sized from si...
list function clojure.data.generators Create a list with elements from f and sized ... long var clojure.data.generators Returns a long based on *rnd*. Same as unifor... long-array function clojure.data.generators Create an array with elements from f and size...
one-of function clojure.data.generators Generates one of the specs passed in, with eq...
printable-ascii-char function clojure.data.generators Returns a char based on *rnd* in the printabl...
*rnd* dynamic var clojure.data.generators Random instance for use in generators. By con... rand-nth function clojure.data.generators Replacement of core/rand-nth that allows cont... ratio function clojure.data.generators Generate a ratio, with numerator and denomina... reps function clojure.data.generators Returns sizer repetitions of f (or (f) if f i... reservoir-sample function clojure.data.generators Reservoir sample ct items from coll, using *r...
scalar function clojure.data.generators Returns a scalar based on *rnd*.. set function clojure.data.generators Create a set with elements from f and sized f... short function clojure.data.generators Returns a short based on *rnd* in the short r... short-array function clojure.data.generators Create an array with elements from f and size... shuffle function clojure.data.generators Shuffle coll based on *rnd*. string function clojure.data.generators Create a string with chars from f and sized f... symbol function clojure.data.generators Create a non-namespaced symbol sized from siz...
tuple function clojure.data.generators Generate a tuple with one element from each g...
uniform function clojure.data.generators Uniform distribution from lo (inclusive) to h... uuid function clojure.data.generators Create a UUID based on uniform distribution o...
vec function clojure.data.generators Create a vec with elements from f and sized f...
weighted function clojure.data.generators Given a map of generators and weights, return...