rust/src/librand/distributions
Aaron Turon 1d5983aded Deprecate range, range_step, count, distributions
This commit deprecates the `count`, `range` and `range_step` functions
in `iter`, in favor of range notation. To recover all existing
functionality, a new `step_by` adapter is provided directly on `ops::Range`
and `ops::RangeFrom`.

[breaking-change]
2015-03-13 14:45:13 -07:00
..
exponential.rs Example -> Examples 2015-03-11 21:11:40 -04:00
gamma.rs Example -> Examples 2015-03-11 21:11:40 -04:00
mod.rs Deprecate range, range_step, count, distributions 2015-03-13 14:45:13 -07:00
normal.rs Example -> Examples 2015-03-11 21:11:40 -04:00
range.rs Example -> Examples 2015-03-11 21:11:40 -04:00
ziggurat_tables.rs More fallout 2015-01-02 10:28:19 +13:00