Lichen

lib/random.py

130:331aa7c15178
2016-10-25 Paul Boddie More elegantly allocated the context parameter for all callables. Rewrote the list comprehension result in get_allocated_locations.
     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