~vcs-imports/scipy/numpy-docs

« back to all changes in this revision

Viewing changes to source/reference/routines.random.rst

  • Committer: ptvirtan
  • Date: 2008-10-26 17:57:55 UTC
  • Revision ID: vcs-imports@canonical.com-20081026175755-265j4vcbtj2wk6iq
Import initial version of Numpy documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.. _routines.random:
 
2
 
 
3
Random sampling (:mod:`numpy.random`)
 
4
*************************************
 
5
 
 
6
.. currentmodule:: numpy.random
 
7
 
 
8
Simple random data
 
9
==================
 
10
.. autosummary::
 
11
   :toctree: generated/
 
12
 
 
13
   rand
 
14
   randn
 
15
   randint
 
16
   random_integers
 
17
   random_sample
 
18
   bytes
 
19
 
 
20
Permutations
 
21
============
 
22
.. autosummary::
 
23
   :toctree: generated/
 
24
 
 
25
   shuffle
 
26
   permutation
 
27
 
 
28
Distributions
 
29
=============
 
30
.. autosummary::
 
31
   :toctree: generated/
 
32
 
 
33
   beta
 
34
   binomial
 
35
   chisquare
 
36
   mtrand.dirichlet
 
37
   exponential
 
38
   f
 
39
   gamma
 
40
   geometric
 
41
   gumbel
 
42
   hypergeometric
 
43
   laplace
 
44
   logistic
 
45
   lognormal
 
46
   logseries
 
47
   multinomial
 
48
   multivariate_normal
 
49
   negative_binomial
 
50
   noncentral_chisquare
 
51
   noncentral_f
 
52
   normal
 
53
   pareto
 
54
   poisson
 
55
   power
 
56
   rayleigh
 
57
   standard_cauchy
 
58
   standard_exponential
 
59
   standard_gamma
 
60
   standard_normal
 
61
   standard_t
 
62
   triangular
 
63
   uniform
 
64
   vonmises
 
65
   wald
 
66
   weibull
 
67
   zipf
 
68
 
 
69
Random generator
 
70
================
 
71
.. autosummary::
 
72
   :toctree: generated/
 
73
 
 
74
   mtrand.RandomState
 
75
   seed
 
76
   get_state
 
77
   set_state