Added code for fallback random generator use
authorSteven Tobin <tobin2402 (at) gmail.com>
Sat, 2 Jun 2012 09:52:03 +0000 (10:52 +0100)
committerSteven Tobin <tobin2402 (at) gmail.com>
Sat, 2 Jun 2012 09:52:03 +0000 (10:52 +0100)
commit23be6060a05ca27a5e4814c56db71ca56f2faae5
treed1ef61d02974f168d01d659a686168edc70cabea
parent07b6a0a5ad2cdb36212c8f8b283763ea4cfaf92e
Added code for fallback random generator use

Code attempts to use random.SystemRandom if present, will print a
warning then use random.Random() if not.
xkcd-password.py
git clone https://git.99rst.org/PROJECT