generate
function
clojure.test.check.generators/generate
(generate [generator] [generator size] [generator size seed])Returns a single sample value from the generator.
Note that this function is a dev helper and is not meant to be used
to build other generators.
Optional args:
- size: the abstract size parameter, defaults to 30
- seed: the seed for the random number generator, an integer
Examples
No examples yet. Be the first to add one!