Skip to main content

norm_rand_unchecked

Function norm_rand_unchecked 

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

Generate a standard normal random number (mean 0, sd 1).

ยงImportant

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