Skip to main content

R_unif_index_unchecked

Function R_unif_index_unchecked 

Source
pub unsafe extern "C-unwind" fn R_unif_index_unchecked(dn: f64) -> f64
Expand description

Generate a uniform random index in [0, dn).

Used for sampling without bias for large n.

ยงImportant

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