MCPcopy Create free account
hub / github.com/RcppCore/Rcpp / sample_int

Function sample_int

inst/tinytest/cpp/sugar.cpp:1222–1225  ·  view source on GitHub ↗

[[Rcpp::export]]

Source from the content-addressed store, hash-verified

1220
1221// [[Rcpp::export]]
1222IntegerVector sample_int(IntegerVector x, int sz, bool rep = false, sugar::probs_t p = R_NilValue)
1223{
1224 return sample(x, sz, rep, p);
1225}
1226
1227// [[Rcpp::export]]
1228NumericVector sample_dbl(NumericVector x, int sz, bool rep = false, sugar::probs_t p = R_NilValue)

Callers

nothing calls this directly

Calls 1

sampleFunction · 0.85

Tested by

no test coverage detected