rust/src/librand
Simonas Kazlauskas 1e89bbcb67 Rename TaskRng to ThreadRng
Since runtime is removed, rust has no tasks anymore and everything is moving
from being task-* to thread-*. Let’s rename TaskRng as well!

* Rename TaskRng to ThreadRng
* Rename task_rng to thread_rng

[breaking-change]
2014-12-28 13:46:35 +02:00
..
distributions Rename TaskRng to ThreadRng 2014-12-28 13:46:35 +02:00
chacha.rs librand: use #[deriving(Copy)] 2014-12-19 10:43:24 -05:00
isaac.rs librand: use #[deriving(Copy)] 2014-12-19 10:43:24 -05:00
lib.rs Rename TaskRng to ThreadRng 2014-12-28 13:46:35 +02:00
rand_impls.rs Rename TaskRng to ThreadRng 2014-12-28 13:46:35 +02:00
reseeding.rs librand: use #[deriving(Copy)] 2014-12-19 10:43:24 -05:00