Skip to content

Instantly share code, notes, and snippets.

@djacobs
Created May 28, 2014 16:45
Show Gist options
  • Select an option

  • Save djacobs/6e827028d8413ddaa717 to your computer and use it in GitHub Desktop.

Select an option

Save djacobs/6e827028d8413ddaa717 to your computer and use it in GitHub Desktop.

Revisions

  1. djacobs created this gist May 28, 2014.
    6 changes: 6 additions & 0 deletions gistfile1.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    import time
    import random

    random.seed(time.clock())
    print random.randint(0, 10000);