Skip to main content

exp_rand_unchecked

Function exp_rand_unchecked 

Source
pub unsafe extern "C-unwind" fn exp_rand_unchecked() -> f64
Expand description

Generate an exponential random number with rate 1.

ยงImportant

Must call GetRNGstate() before and PutRNGstate() after. Unchecked FFI binding for exp_rand. Generated from source location line 3262, column 12. Generated from source file miniextendr-api/src/ffi.rs.