Module rand::chacha [] [src]

Unstable (rand)

: use rand from crates.io

The ChaCha random number generator.

Reexports

use core::prelude::v1::*;
use ::{Rng, SeedableRng, Rand};

Structs

ChaChaRng [Unstable]

A random number generator that uses the ChaCha20 algorithm [1].

Constants

CHACHA_ROUNDS [Unstable]
KEY_WORDS [Unstable]
STATE_WORDS [Unstable]

Statics

EMPTY [Unstable]

Functions

core [Unstable]