Expand description
Strategies for generating values by taking samples of index ranges.
Note that the strategies in this module are not native combinators; that is, the input range is not itself a strategy, but is rather fixed when the strategy is created.
Structs§
- Range
Subset - Strategy to generate
Vecs by sampling a subset from an index range. - Range
Subset Value Tree RangeSubsetValueTreecorresponding toRangeSubset.
Functions§
- range_
subset - Sample subsets whose size are within
sizefrom the givenrange.