Commit Graph

6 Commits

Author SHA1 Message Date
Diggory Hardy 545895b84d Implement new choose_multiple functions 2018-06-15 13:32:44 +01:00
Vinzent Steinberg 8fcd8d123b Rename "range" to "uniform"
* `gen_range` was not changed.
* The types are still available under their deprecated, old names.

Fixes #393.
2018-04-17 19:18:09 +02:00
Paul Dicker 1fa5df6561 Parameterize range by X instead of RangeImpl 2018-03-30 12:02:00 +02:00
Diggory Hardy d32be35517 Implement various Clippy suggestions
Many lints were disabled due to low or nil utility, and a few suggestions
ignored in the interests of readability or correctness. Command:

~/.cargo/bin/cargo-clippy --features=log,nightly,serde-1 -- -A inline_always -A approx_constant -A unreadable_literal -A cast_lossless -A len_zero -A unit_arg -A many_single_char_names -A doc_markdown -A single_match -A transmute_int_to_float -A float_cmp -A identity_op -A too_many_arguments -A new_ret_no_self
2018-03-27 15:22:14 +01:00
Diggory Hardy 3eeb319d52 Disable examples on no-std 2018-03-24 22:52:20 +00:00
Diggory Hardy dc5f2e284b Extract examples from lib doc
Note: links are predictive. Unfortunately example code is not included in
generated documentation, so we must link to the repo.
2018-03-24 17:01:00 +00:00