pub fn between(min: usize, max: usize) -> BitSetStrategy<Vec<bool>>
Generates values where bits between the given bounds may be set.