Files
rust/src/libstd/rand
Chris Wong 988e4f0a1c Uppercase numeric constants
The following are renamed:

* `min_value` => `MIN`
* `max_value` => `MAX`
* `bits` => `BITS`
* `bytes` => `BYTES`

Fixes #10010.
2014-01-25 21:38:25 +13:00
..
2014-01-07 23:51:38 -08:00
2014-01-07 23:51:38 -08:00
2014-01-25 21:38:25 +13:00
2014-01-17 10:00:47 -08:00