Configure.Configval default_seed : Core.Quickcheck_intf.Definitions.seeddefault_seed is used initialize the pseudo-random generator that chooses random values from generators, in each test that is not provided its own seed.
val default_sizes : Base.Int.t Core.Sequence.tdefault_sizes determines the default sequence of sizes used in generating values.
val default_trial_count : Base.Int.tdefault_trial_count determines the number of trials per test, except in tests that explicitly override it.
val default_can_generate_trial_count : Base.Int.tdefault_can_generate_trial_count determines the number of trials used in attempts to generate satisfying values, except in tests that explicitly override it.
val default_shrink_attempts : Core.Quickcheck_intf.Definitions.shrink_attemptsdefault_shrink_attempts determines the number of attempts at shrinking when running test or iter with ~shrinker and without ~shrink_attempts