Lichen

lib/posix/random.py

716:1f9bb1de08f5
2017-03-12 Paul Boddie Merged changes from the default branch. return-value-definition
     1 #!/usr/bin/env python     2      3 def urandom(n): pass     4      5 # vim: tabstop=4 expandtab shiftwidth=4