Lines Matching full:unstructured
91 * Fixed a bug where `Unstructured::int_in_range` could return out-of-range
107 * The `Unstructured::arbitrary_loop` method will consume fewer bytes of input
112 * Fixed a bug where `Unstructured::int_in_range` could return out-of-range
160 * Added the `Unstructured::ratio` method to generate a boolean that is `true` at
163 * Added the `Unstructured::arbitrary_loop` method to call a function an
174 * Fixed documentation for `Unstructured::fill_bytes`. We forgot to update this
203 * Use fewer bytes for `Unstructured::int_in_range()` [#80](https://github.com/rust-fuzz/arbitrary/p…
227 * Rename `Unstructured#get_bytes` to `Unstructured#bytes`. [#70](https://github.com/rust-fuzz/arbit…
228 * Passing an empty slice of choices to `Unstructured#choose` returns an error. Previously it would …
260 `Unstructured::{int_in_range, choose, etc..}`.
277 * Added the `Unstructured::peek_bytes` method.
399 * Fixed an over-eager assertion condition in `Unstructured::int_in_range` that
432 * Added the `Unstructured::choose` method to choose one thing among a set of
434 * Added the `Unstructured::arbitrary_len` method to get an arbitrary length for
436 * Added the `Unstructured::arbitrary_iter` method to create an iterator of
442 * `Unstructured` is a concrete type now, not a trait.
447 * `RingBuffer` and `FiniteBuffer` are removed. Use `Unstructured` instead.