'.Random.seed[1]' is not a valid integer

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.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.