Lines Matching full:unstructured
38 * Added the `Unstructured::choose_iter` helper method.
155 * Fixed a bug where `Unstructured::int_in_range` could return out-of-range
171 * The `Unstructured::arbitrary_loop` method will consume fewer bytes of input
176 * Fixed a bug where `Unstructured::int_in_range` could return out-of-range
224 * Added the `Unstructured::ratio` method to generate a boolean that is `true` at
227 * Added the `Unstructured::arbitrary_loop` method to call a function an
238 * Fixed documentation for `Unstructured::fill_bytes`. We forgot to update this
267 * Use fewer bytes for `Unstructured::int_in_range()` [#80](https://github.com/rust-fuzz/arbitrary/p…
291 * Rename `Unstructured#get_bytes` to `Unstructured#bytes`. [#70](https://github.com/rust-fuzz/arbit…
292 * Passing an empty slice of choices to `Unstructured#choose` returns an error. Previously it would …
324 `Unstructured::{int_in_range, choose, etc..}`.
341 * Added the `Unstructured::peek_bytes` method.
463 * Fixed an over-eager assertion condition in `Unstructured::int_in_range` that
496 * Added the `Unstructured::choose` method to choose one thing among a set of
498 * Added the `Unstructured::arbitrary_len` method to get an arbitrary length for
500 * Added the `Unstructured::arbitrary_iter` method to create an iterator of
506 * `Unstructured` is a concrete type now, not a trait.
511 * `RingBuffer` and `FiniteBuffer` are removed. Use `Unstructured` instead.