cpp_fast_sample {IFC} | R Documentation |
Use Rcpp for Sampling
Description
Create a sample of integers
Arguments
n |
a R_len_t, max number integers to choose from. |
size |
a R_len_t the desired size of return integers. |
replace |
a bool determining if sampling should be done with replacement. Default is false. |
[Package IFC version 0.2.1 Index]