[][src]Crate rand_krull

Re-exports

pub use rnd::*;

Modules

block

The BlockRngCore trait and implementation helpers

impls

Helper functions for implementing RngCore functions.

lcg
le

Little-Endian utilities

rnd

Structs

Error

Error type of random number generators

Constants

LCG_M1
LCG_M2
LCG_M3

Traits

CryptoRng

A marker trait used to indicate that an RngCore or BlockRngCore implementation is supposed to be cryptographically secure.

RngCore

The core of a random number generator.

SeedableRng

A random number generator that can be explicitly seeded.