rust/src/librand
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
..
distributions Deprecate range, range_step, count, distributions 2015-03-13 14:45:13 -07:00
chacha.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
isaac.rs rand: Use wrapping operations everywhere 2015-03-09 22:16:46 -07:00
lib.rs Example -> Examples 2015-03-11 21:11:40 -04:00
rand_impls.rs Auto merge of #22920 - tshepang:remove-some-warnings, r=huonw 2015-03-04 12:16:51 +00:00
reseeding.rs Example -> Examples 2015-03-11 21:11:40 -04:00