~ubuntu-branches/ubuntu/karmic/python3.0/karmic

« back to all changes in this revision

Viewing changes to Doc/tutorial/stdlib.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-02-16 17:18:23 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090216171823-1d5cm5qnnjvmnzzm
Tags: 3.0.1-0ubuntu1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
136
136
   >>> random.random()    # random float
137
137
   0.17970987693706186
138
138
   >>> random.randrange(6)    # random integer chosen from range(6)
139
 
   4   
 
139
   4
140
140
 
141
141
The SciPy project <http://scipy.org> has many other modules for numerical
142
142
computations.