Closed
Description
Long ago we had std::rand
and nowadays we have extern crate rand
. This is such core functionality it likely wants to move back into the standard library at some point, and in the meantime this issue serves as a tracking issue for the rand
feature in the standard library.
The process for adding this functionality to the standard library will likely look like something along the lines of rust-lang/rfcs#1242.
cc @huonw