Lichen

lib/random.py

78:5bc15bdabf2a
2016-10-06 Paul Boddie Record invocation as well as assignment in the access modifiers.
     1 #!/usr/bin/env python     2      3 from _random import Random     4      5 def random():     6     pass     7      8 def randrange(start, stop=None, step=1):     9     pass    10     11 # vim: tabstop=4 expandtab shiftwidth=4