Lichen

Annotated lib/posix/random.py

932:c07b0dd14f85
2021-06-28 Paul Boddie Moved integer instantiation support to library functions.
paul@6 1
#!/usr/bin/env python
paul@6 2
paul@6 3
def urandom(n): pass
paul@6 4
paul@6 5
# vim: tabstop=4 expandtab shiftwidth=4