[pyramid/security] use cryptographically secure random generator
Based on django source code in case SystemRandom is not available.
According to python documentation:
https://docs.python.org/2/library/random.html
> Warning
> The pseudo-random generators of this module should not be used for security
> purposes. Use os.urandom() or SystemRandom if you require a cryptographically
> secure pseudo-random number generator.
.. _cwvreg_module:
:mod:`cubicweb.cwvreg`
======================
.. automodule:: cubicweb.cwvreg
.. autoclass:: CWRegistryStore
:show-inheritance:
:members:
:undoc-members:
.. autoclass:: CWRegistry
:show-inheritance:
:members: schema, poss_visible_objects, select
.. autoclass:: InstancesRegistry
:show-inheritance:
:members:
.. autoclass:: ETypeRegistry
:show-inheritance:
:members:
.. autoclass:: ViewsRegistry
:show-inheritance:
:members:
.. autoclass:: ActionsRegistry
:show-inheritance:
:members:
.. autoclass:: CtxComponentsRegistry
:show-inheritance:
:members:
.. autoclass:: BwCompatCWRegistry
:show-inheritance:
:members:
:mod:`logilab.common.registry`
==============================
.. automodule:: logilab.common.registry