Skip to content

Instantly share code, notes, and snippets.

@sfirke
Created October 9, 2015 14:56
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 sfirke/e9bd0c41f5105bc540d5 to your computer and use it in GitHub Desktop.
Save sfirke/e9bd0c41f5105bc540d5 to your computer and use it in GitHub Desktop.
StackOverflow SEDE query for set.seed() values
SELECT Id, Body, Tags
FROM Posts
WHERE Body LIKE '%set.seed(%' AND Tags LIKE '%r%'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment