"""
random: Python 'random' module

  The 'random' module provides pseudo-random number functions. With
  it, you can generate random numbers and select random elements from
  sequences. This module is a standard Python module.

  Since Zope 2.4 requires Python 2.1, make sure to consult the Python
  2.1 documentation.

  See Also

    "Python 'random'
    module":http://www.python.org/doc/current/lib/module-random.html
    documentation at Python.org
"""
