Skip to content

Instantly share code, notes, and snippets.

@cwickham
Created October 23, 2025 22:10
Show Gist options
  • Select an option

  • Save cwickham/820f3c54baf23bd51638a706f1ce8c44 to your computer and use it in GitHub Desktop.

Select an option

Save cwickham/820f3c54baf23bd51638a706f1ce8c44 to your computer and use it in GitHub Desktop.
Snippet to set random seed in Positron (or VS Code)
{
"Set seed": {
"prefix": "seed",
"body": "set.seed($RANDOM)",
"description": "Set the seed for random number generation"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment