My code and warning message is as below:
require(Rfast)
Loading required package: Rfast
Loading required package: Rcpp
Loading required package: RcppZiggurat
Warning message:
In sample.int(.Machine$integer.max - 1L, 1L) :
'.Random.seed[1]' is not a valid integer, so ignored
I am not sure what this warning message means.