GenObj[T: T]¶
Pure function of a Randomness source that produces a random value. The
framework records every random decision during generation, then replays
generators against mutated decision sequences to produce shrunk values.
Public Functions¶
generate¶
Produce a random value from the given source of randomness.
Parameters¶
- rnd: Randomness ref
Returns¶
- T^ ?