Skip to main content

unif_rand_unchecked

Function unif_rand_unchecked 

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

Generate a uniform random number in (0, 1).

ยงImportant

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