cpp_fast_sample: Use Rcpp for Sampling

View source: R/RcppExports.R

cpp_fast_sampleR 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.


IFC documentation built on Sept. 14, 2023, 1:08 a.m.