rust/src/libstd/num
Huon Wilson fb923c7d3f std: merge rand::{Rng,RngUtil} with default methods.
Also, documentation & general clean-up:
- remove `gen_char_from`: better served by `sample` or `choose`.
- `gen_bytes` generalised to `gen_vec`.
- `gen_int_range`/`gen_uint_range` merged into `gen_integer_range` and
  made to be properly uniformly distributed. Fixes #8644.

Minor adjustments to other functions.
2013-09-23 00:11:42 +10:00
..
cmath.rs librustc: Disallow "unsafe" for external functions 2013-08-02 21:57:59 -07:00
f32.rs Rename the NaN and is_NaN methods to lowercase. 2013-09-19 23:59:51 +10:00
f64.rs auto merge of #9369 : sebcrozet/rust/f64_inline, r=thestinger 2013-09-21 06:05:56 -07:00
float.rs Rename the NaN and is_NaN methods to lowercase. 2013-09-19 23:59:51 +10:00
i8.rs Moved checked trait impls out of std::num 2013-09-08 13:48:15 +10:00
i16.rs Moved checked trait impls out of std::num 2013-09-08 13:48:15 +10:00
i32.rs Moved checked trait impls out of std::num 2013-09-08 13:48:15 +10:00
i64.rs Fix unused import warnings on 32bit systems 2013-09-09 03:51:29 +10:00
int_macros.rs Implement a web backend for rustdoc_ng 2013-09-20 22:49:03 -07:00
int.rs Moved checked trait impls out of std::num 2013-09-08 13:48:15 +10:00
num.rs Rename the NaN and is_NaN methods to lowercase. 2013-09-19 23:59:51 +10:00
strconv.rs std: merge rand::{Rng,RngUtil} with default methods. 2013-09-23 00:11:42 +10:00
u8.rs Moved checked trait impls out of std::num 2013-09-08 13:48:15 +10:00
u16.rs Moved checked trait impls out of std::num 2013-09-08 13:48:15 +10:00
u32.rs Moved checked trait impls out of std::num 2013-09-08 13:48:15 +10:00
u64.rs Fix unused import warnings on 32bit systems 2013-09-09 03:51:29 +10:00
uint_macros.rs Implement a web backend for rustdoc_ng 2013-09-20 22:49:03 -07:00
uint.rs std::num: Add uint::next_power_of_two_opt 2013-09-16 15:04:48 +02:00