Created
March 13, 2019 02:31
-
-
Save jafffy/977c0d99ae56a6b081f8f114be681f5e to your computer and use it in GitHub Desktop.
Revisions
-
jafffy created this gist
Mar 13, 2019 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ from random import random, seed n = 24 - 1 seed(n) print(int(n * random()))