Skip to content

Instantly share code, notes, and snippets.

@briatte
Last active July 13, 2019 18:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save briatte/0b542cadfa76b5cbc2231f1e6106b42c to your computer and use it in GitHub Desktop.
Save briatte/0b542cadfa76b5cbc2231f1e6106b42c to your computer and use it in GitHub Desktop.
# change of PRNG in R >= 3.6.0
# use former PRNG
RNGkind(sample.kind = "Rounding")
# use new/fixed PRNG
RNGkind(sample.kind = "default")
# see ?Random for details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment