1
2
3
4
5
6
7
8
//! [WIP] Random number generation.

#![deny(missing_docs)]

#![cfg_attr(not(feature = "std"), no_std)]

#[cfg(feature = "std")]
extern crate core;