summaryrefslogtreecommitdiff
path: root/numpy/random/mtrand/mtrand.pyx
Commit message (Expand)AuthorAgeFilesLines
* BUG: One element array inputs get one element arrays returned in np.randomgfyoung2016-01-241-187/+188
* DOC: Clarified output size for broadcastable mtrand.pyx functionsgfyoung2016-01-231-182/+243
* TST: Added broadcasting tests in test_random.pygfyoung2016-01-231-6/+9
* MAINT: Simplified mtrand.pyx helpersgfyoung2016-01-201-104/+74
* Top shuffle speed for machine-sized ints/floats.Antony Lee2016-01-161-8/+18
* MAINT: memcpy-based ~4x faster, typed shuffle.Antony Lee2016-01-161-17/+28
* DEP: Deprecate random_integersgfyoung2016-01-101-0/+12
* DOC: high arg is mandatory for mtrand._rand_int32ldoddema2016-01-041-7/+3
* MAINT: Fix notation in mtrand.pyx documentation.ldoddema2016-01-041-2/+2
* MAINT: Fix typos in 1.11.0-notes.rst and mtrand.pyx documentation.Charles Harris2016-01-031-1/+1
* Merge pull request #6910 from charris/add-64-bit-random-intCharles Harris2016-01-031-42/+348
|\
| * ENH: Add dtype argument to random.randint.Charles Harris2016-01-021-42/+348
* | MAINT: Cleaned up unused variables and spelling mistakes in np.random modulesgfyoung2015-12-291-5/+0
|/
* ENH: Allow random_integers to include the maximum np.iinfo('l').maxgfyoung2015-12-281-31/+35
* DOC: Update example in np.random.multinomial.Charles Harris2015-12-181-10/+11
* DOC: typo in the docstring of random.multinomialEvgeni Burovski2015-12-181-2/+15
* Made changes in numpy/numpy/random/mtrand/matrand.pyxgopalmeena2015-12-151-1/+1
* BUG: Fix for #6719Gerrit Holl2015-11-251-1/+2
* MAINT: random: allow nonc==0 in noncentral_chisquare.Evgeni Burovski2015-11-021-4/+4
* DOC: fixing beta calculation for numpy.random,gumbeljason king2015-10-071-1/+1
* DOC: Update RandomState guarantee to be more explicit.Charles Harris2015-10-051-5/+8
* DOC: Add RandomState stability guarantee to RandomState documentation.mtran2015-10-041-0/+6
* DOC: Fix typo in Triangular Distribution PDFMaPePeR2015-09-081-1/+1
* MAINT: adjust tolerance for validating the sum of probs in random.choicealex2015-07-291-1/+7
* DOC: Fix docstring warnings in documetation generation.Charles Harris2015-07-011-2/+2
* DOC: improve the vonmises docstring examplealex2015-04-291-5/+5
* BUG: Fixes random.noncentral_chisquare when 0 < df <= 1behzad nouri2015-04-271-3/+4
* DOC: Some cleanups of mtrand.pyx docstrings.Charles Harris2015-03-281-14/+8
* DOC: Minor edits to docstrings to improve consistency in the moduleGeorge Castillo2015-03-281-106/+128
* DOC: Incremental improvement in random module docstringsGeorge Castillo2015-03-281-123/+146
* DOC: Covariance matrix should be symmetricBlake Griffith2015-03-261-1/+1
* DOC: correct erroneous description of Rayleigh distributionEric Firing2015-01-301-4/+4
* DOC: fix a few bugs in the random.pareto docstring. Closes gh-4181.Ralf Gommers2015-01-171-15/+15
* DOC: style fixes for random.multivariate_normal docstring.Martin Thoma2015-01-071-8/+12
* Merge pull request #5390 from sturlamolden/mtrand-bugfix-threadsafeJulian Taylor2014-12-231-16/+22
|\
| * BUG: make seed, randint and shuffle threadsafeSturla Molden2014-12-231-16/+22
* | Merge pull request #5388 from sturlamolden/mtrand-bugfix-threadsafeJulian Taylor2014-12-231-7/+11
|\ \ | |/
| * BUG: make set_state and get_state threadsafeSturla Molden2014-12-231-7/+11
* | DOC : do not abuse enumeration for return typesThomas A Caswell2014-12-121-5/+5
* | Update docstring for multivariate_normal().chebee7i2014-11-101-4/+6
* | Merge pull request #5140 from pyhits/5136Julian Taylor2014-09-301-1/+4
|\ \
| * | BUG: ImportError: No module named threadUlrich Seidl2014-09-301-1/+4
| |/
* | Throws if range is too large for 'random.uniform'Masud Rahman2014-09-281-2/+10
* | Merge pull request #4937 from charris/pep8-numpy-randomJulian Taylor2014-08-231-3/+3
|\ \
| * | BUG: Fix None comparison giving FutureWarning in choice function.Charles Harris2014-07-311-3/+3
| |/
* | DOC: document broadcastable lam parameter of poissonJulian Taylor2014-06-111-2/+7
|/
* BUG: reject too large seeds to RandomStateJulian Taylor2014-05-151-2/+9
* ENH: replace GIL of random module with a per state lockJulian Taylor2014-05-021-253/+339
* Merge pull request #4641 from gdementen/random_docstring_fixesCharles Harris2014-05-011-87/+123
|\
| * DOC: standardize "size" argument description in docstrings for functions of r...Gaƫtan de Menten2014-04-251-87/+123