rand04 0.1.1

Re-export of rand 0.4, so it can be used together with a later version of rand.
Documentation
1
2
3
4
5
6
7
8
//! # Re-export of rand 0.4
//!
//! This can be used instead of the deprecated [rand](https://crates.io/crates/rand) 0.4 in crates
//! that for reasons of compatibility need to depend on both a current version and 0.4.

#![no_std]

pub use rand::*;