extern crate std;
/// Legacy final v4 implementations of `WyRand` & `WyHash`. These are the older legacy version of the algorithms,
/// only use them if for whatever reason you favour stability with previous usages over to switching to
/// more secure versions of the algorithm.
pub use *;