diff options
| author | gopalmeena <gopalmeena94@gmail.com> | 2015-12-15 01:16:25 +0530 |
|---|---|---|
| committer | gopalmeena <gopalmeena94@gmail.com> | 2015-12-15 01:16:25 +0530 |
| commit | a1f4197a02d8c1bfa6a2130c0fb1e21da4138981 (patch) | |
| tree | c8e990a48d8c1cde9a0476ec7b07f00a55e4f23f /numpy/random | |
| parent | 3cc797e5107d5f3fe812b0ccdc9bc96f107f0b20 (diff) | |
| download | numpy-a1f4197a02d8c1bfa6a2130c0fb1e21da4138981.tar.gz | |
Made changes in numpy/numpy/random/mtrand/matrand.pyx
Diffstat (limited to 'numpy/random')
| -rw-r--r-- | numpy/random/mtrand/mtrand.pyx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/random/mtrand/mtrand.pyx b/numpy/random/mtrand/mtrand.pyx index 080591e5e..d6ba58bb2 100644 --- a/numpy/random/mtrand/mtrand.pyx +++ b/numpy/random/mtrand/mtrand.pyx @@ -1280,7 +1280,7 @@ cdef class RandomState: Random values in a given shape. - Create an array of the given shape and propagate it with + Create an array of the given shape and populate it with random samples from a uniform distribution over ``[0, 1)``. |
