Module rand_core::le[][src]

Expand description

Little-Endian utilities

Little-Endian order has been chosen for internal usage; this makes some useful functions available.

Functions

read_u32_into

Reads unsigned 32 bit integers from src into dst. Borrowed from the byteorder crate.

read_u64_into

Reads unsigned 64 bit integers from src into dst. Borrowed from the byteorder crate.