Skip to content

Commit

Permalink
Update random module docs to explain import requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntoll committed Feb 10, 2016
1 parent 156bd80 commit 8f65a22
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/random.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ Random Number Generation
This module is based upon the ``random`` module in the Python standard library.
It contains functions for generating random behaviour.

To access this module you need to::

import random

We assume you have done this for the examples below.

Functions
=========

Expand Down

0 comments on commit 8f65a22

Please sign in to comment.