Function randen::randen_generate[][src]

pub fn randen_generate(state: &mut State)

Generate updates the Randen sponge.

The outer portion of the sponge (CAPACITY_BYTES..STATE_BYTES) may be consumed as PRNG output after applying this function.