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-02-06 11:14:13 -08:00
2014-02-17 10:36:47 -06:00
2014-03-09 14:56:37 -07:00
2014-02-17 10:36:47 -06:00
2014-03-09 13:45:36 +01:00
2014-03-02 17:29:54 +01:00
2014-03-12 11:31:05 +11:00