export rand from the crypto crate
In legacy/trac#26107, it appears I forgot to add ``` pub mod rand; ``` in `src/rust/crypto/lib.rs`. This is possibly causing legacy/trac#26245.
issue