Expand description
Strategies for generating std::Option
values.
Structs§
- Option
Strategy - Strategy which generates
Option
values whose innerSome
values are generated by another strategy. - Option
Value Tree ValueTree
type corresponding toOptionStrategy
.- Probability
- A probability in the range
[0.0, 1.0]
with a default of0.5
.