diff options
Diffstat (limited to 'docs/lib/passlib.utils.rst')
| -rw-r--r-- | docs/lib/passlib.utils.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/lib/passlib.utils.rst b/docs/lib/passlib.utils.rst index 54ca509..a0ea14c 100644 --- a/docs/lib/passlib.utils.rst +++ b/docs/lib/passlib.utils.rst @@ -38,6 +38,11 @@ Randomness salt strings and other things which don't require a cryptographically strong source of randomness. + If :func:`os.urandom` support is available, + this will be an instance of :class:`!random.SystemRandom`, + otherwise it will use the default python PRNG class, + seeded from various sources at startup. + .. autofunction:: getrandbytes .. autofunction:: getrandstr |
