Function gnunet_sys::GNUNET_CRYPTO_random_u32[][src]

pub unsafe extern "C" fn GNUNET_CRYPTO_random_u32(
    mode: GNUNET_CRYPTO_Quality,
    i: u32
) -> u32

@ingroup crypto Produce a random value.

@param mode desired quality of the random number @param i the upper limit (exclusive) for the random number @return a random value in the interval [0,@a i) (exclusive).