pub unsafe fn R_unif_index(dn: f64) -> f64Expand 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.
Checked wrapper for R_unif_index. Calls R_unif_index_unchecked and routes through with_r_thread.
Generated from source location line 3271, column 12.
Generated from source file miniextendr-api/src/ffi.rs.