Function BN_priv_rand_ex

Source
pub unsafe extern "C" fn BN_priv_rand_ex(
    rnd: *mut bignum_st,
    bits: i32,
    top: i32,
    bottom: i32,
    strength: u32,
    ctx: *mut bignum_ctx,
) -> i32