Created
October 9, 2015 14:56
-
-
Save sfirke/e9bd0c41f5105bc540d5 to your computer and use it in GitHub Desktop.
StackOverflow SEDE query for set.seed() values
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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