Index of Public Functions and Variables - data.generators 1.1.0-SNAPSHOT (in development)

This page has an alphabetical index of all the documented functions and variables in data.generators.

Shortcuts:
A B C D E F G H I J K L M
N O P Q R S T U V W X Y Z
Other

A

 anything                     function      clojure.data.generators Returns a scalar or collection based on *rnd*...

  

B

 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...

  

C

 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...

  

D

 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...

  

E


  

F

 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...

  

G

 geometric                    function      clojure.data.generators Geometric distribution with mean 1/p..

  

H

 hash-map                     function      clojure.data.generators Create a hash-map with keys from fk, vals fro...

  

I

 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...

  

J


  

K

 keyword                      function      clojure.data.generators Create a non-namespaced keyword sized from si...

  

L

 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...

  

M


  

N


  

O

 one-of                       function      clojure.data.generators Generates one of the specs passed in, with eq...

  

P

 printable-ascii-char         function      clojure.data.generators Returns a char based on *rnd* in the printabl...

  

Q


  

R

 *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...

  

S

 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...

  

T

 tuple                        function      clojure.data.generators Generate a tuple with one element from each g...

  

U

 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...

  

V

 vec                          function      clojure.data.generators Create a vec with elements from f and sized f...

  

W

 weighted                     function      clojure.data.generators Given a map of generators and weights, return...

  

X


  

Y


  

Z


  

Other


  
Logo & site design by Tom Hickey.
Clojure auto-documentation system by Tom Faulhaber.