Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abeluck/truly_random

a python RNG that uses /dev/random
https://github.com/abeluck/truly_random

Last synced: about 9 hours ago
JSON representation

a python RNG that uses /dev/random

Awesome Lists containing this project

README

        

# truly_random - a python RNG that uses /dev/random

This is a simplified version of truly_random from [Danny Yoo](https://hkn.eecs.berkeley.edu/~dyoo/python/truly_random/)
([email protected]).

Implements python's standard library random interface.

example usage:

import truly_random
truly_random.random() #-> 0.27969009844631798
truly_random.choice('aeiou') #-> e

Licensed under the Python Software Foundation License