Skip to content

Commit

Permalink
Moar random generators
Browse files Browse the repository at this point in the history
  • Loading branch information
sslotin committed Mar 13, 2017
1 parent 06b4988 commit 5426e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checker.py
@@ -1,5 +1,5 @@
from os import popen
from random import randint, uniform
from random import randint, choice, uniform

def gen():
n = randint(3, 5)
Expand Down

0 comments on commit 5426e14

Please sign in to comment.