summaryrefslogtreecommitdiff
path: root/numpy/random
AgeCommit message (Expand)AuthorFilesLines
2016-01-25DOC: Clarify behavior in np.random.uniformgfyoung1-0/+6
2016-01-24BUG: One element array inputs get one element arrays returned in np.randomgfyoung2-188/+274
2016-01-23DOC: Clarified output size for broadcastable mtrand.pyx functionsgfyoung1-182/+243
2016-01-23TST: Added broadcasting tests in test_random.pygfyoung2-87/+644
2016-01-20MAINT: Simplified mtrand.pyx helpersgfyoung1-104/+74
2016-01-16Revert to non-generative test.Antony Lee1-5/+4
2016-01-16Top shuffle speed for machine-sized ints/floats.Antony Lee1-8/+18
2016-01-16MAINT: memcpy-based ~4x faster, typed shuffle.Antony Lee2-40/+56
2016-01-10DEP: Deprecate random_integersgfyoung2-0/+28
2016-01-04DOC: high arg is mandatory for mtrand._rand_int32ldoddema1-7/+3
2016-01-04MAINT: Fix notation in mtrand.pyx documentation.ldoddema1-2/+2
2016-01-03MAINT: Fix typos in 1.11.0-notes.rst and mtrand.pyx documentation.Charles Harris1-1/+1
2016-01-03Merge pull request #6910 from charris/add-64-bit-random-intCharles Harris6-45/+771
2016-01-02TST: Add tests for new randint functionality.Charles Harris1-0/+77
2016-01-02ENH: Add dtype argument to random.randint.Charles Harris5-45/+694
2015-12-30Merge pull request #6901 from njsmith/test-warning-defaultsRalf Gommers1-3/+3
2015-12-30[TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith1-3/+3
2015-12-29MAINT: Cleaned up unused variables and spelling mistakes in np.random modulesgfyoung2-6/+1
2015-12-28ENH: Allow random_integers to include the maximum np.iinfo('l').maxgfyoung2-31/+46
2015-12-18DOC: Update example in np.random.multinomial.Charles Harris1-10/+11
2015-12-18DOC: typo in the docstring of random.multinomialEvgeni Burovski1-2/+15
2015-12-16MAINT: minor spelling and grammar correctionsgfyoung1-3/+3
2015-12-15Correct reference to Johnk's algorithmJohn Bjorn Nelson1-1/+1
2015-12-15Made changes in numpy/numpy/random/mtrand/matrand.pyxgopalmeena1-1/+1
2015-11-25BUG: Fix for #6719Gerrit Holl1-1/+2
2015-11-02Merge pull request #6614 from charris/update-random-allCharles Harris1-0/+4
2015-11-02BUG: Add choice and dirichlet to numpy.random.__all__.Charles Harris1-0/+4
2015-11-02MAINT: random: allow nonc==0 in noncentral_chisquare.Evgeni Burovski3-4/+14
2015-10-07DOC: fixing beta calculation for numpy.random,gumbeljason king1-1/+1
2015-10-05DOC: Update RandomState guarantee to be more explicit.Charles Harris1-5/+8
2015-10-04DOC: Add RandomState stability guarantee to RandomState documentation.mtran1-0/+6
2015-09-08DOC: Fix typo in Triangular Distribution PDFMaPePeR1-1/+1
2015-08-29MAINT: Remove bento related files.Charles Harris2-47/+0
2015-08-01BLD: try_run fails on Python 3.5b4 for WindowsChristoph Gohlke1-14/+1
2015-08-01TST: fix OverflowError on win-amd64Christoph Gohlke1-1/+1
2015-07-29MAINT: adjust tolerance for validating the sum of probs in random.choicealex2-2/+20
2015-07-01DOC: Fix docstring warnings in documetation generation.Charles Harris1-2/+2
2015-05-19TST: test multivariate_normal check_valid kwBlake Griffith1-12/+28
2015-05-19BUG, API: Allow covariance matrix with small fp errors.Blake Griffith1-9/+21
2015-05-10BUG: np.random.beta with small parameters produces NaNsJaime Fernandez2-1/+22
2015-04-29DOC: improve the vonmises docstring examplealex1-5/+5
2015-04-27BUG: Fixes random.noncentral_chisquare when 0 < df <= 1behzad nouri3-8/+21
2015-04-23MANT: Use labs, not fabs, for integer abs in distributions.cJaime Fernandez1-1/+2
2015-03-28DOC: Some cleanups of mtrand.pyx docstrings.Charles Harris1-14/+8
2015-03-28DOC: Minor edits to docstrings to improve consistency in the moduleGeorge Castillo1-106/+128
2015-03-28DOC: Incremental improvement in random module docstringsGeorge Castillo1-123/+146
2015-03-26DOC: Covariance matrix should be symmetricBlake Griffith1-1/+1
2015-03-03BUG: Fix potential overflows in rk_hypergeometric_hrua()Anton Ovchinnikov2-2/+13
2015-01-30DOC: correct erroneous description of Rayleigh distributionEric Firing1-4/+4
2015-01-17DOC: fix a few bugs in the random.pareto docstring. Closes gh-4181.Ralf Gommers1-15/+15