ChaCha8Rand is a ChaCha8-based key-erasure CSPRNG with performance similar to non-cryptographic random number generators.
Implemented using core::simd and rand_core::block.
Until feature(portable_simd) is stabilized, a nightly toolchain is required.