Huon Wilson 6fa4bbeed4 std: Move rand to librand.
This functionality is not super-core and so doesn't need to be included
in std. It's possible that std may need rand (it does a little bit now,
for io::test) in which case the functionality required could be moved to
a secret hidden module and reexposed by librand.

Unfortunately, using #[deprecated] here is hard: there's too much to
mock to make it feasible, since we have to ensure that programs still
typecheck to reach the linting phase.
2014-03-12 11:31:05 +11:00
..
2014-03-12 11:31:05 +11:00
2014-02-16 17:36:43 -08:00
2014-02-14 10:46:19 -08:00
2014-02-02 10:59:14 -08:00
2014-02-14 19:17:50 -08:00