[][src]Crate rand_hc

The HC128 random number generator.

Re-exports

pub extern crate rand_core;

Structs

Hc128Rng

A cryptographically secure random number generator that uses the HC-128 algorithm.

Hc128Core

The core of Hc128Rng, used with BlockRng.