Hegel 0.3.5
Property-based testing for C++
Loading...
Searching...
No Matches
hegel::generators::RandomsParams Struct Reference

Parameters for randoms() generator. More...

#include <random.h>

Public Attributes

bool use_true_random

Detailed Description

Parameters for randoms() generator.

Member Data Documentation

◆ use_true_random

bool hegel::generators::RandomsParams::use_true_random
Initial value:
=
false

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.


The documentation for this struct was generated from the following file: