Lichen

lib/random.py

271:85569702637b
2016-11-28 Paul Boddie Added module name and filename information to module instances.
     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