|
Hegel 0.3.5
Property-based testing for C++
|
Parameters for randoms() generator. More...
#include <random.h>
Public Attributes | |
| bool | use_true_random |
Parameters for randoms() generator.
| bool hegel::generators::RandomsParams::use_true_random |
If true, use a local PRNG seed by Hegel instead of per-value Hypothesis requests. Use this mode when the cost of routing every draw through Hypothesis would be too expensive. Values produced in true-random mode cannot be shrunk.