Module bool
Strategies for generating bool values.
Structs
-
Any
The type of the
ANYconstant. -
BoolValueTree
The
ValueTreeto shrink booleans to false. -
Weighted
The return type from
weighted().
Functions
-
weighted
Generates boolean values by picking
truewith the givenprobability(1.0 = always true, 0.0 = always false).
Constants
-
ANY
Generates boolean values by picking
trueorfalseuniformly.