summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
* Made changes in numpy/numpy/random/mtrand/matrand.pyxgopalmeena2015-12-151-1/+1
* BUG: Fix for #6719Gerrit Holl2015-11-251-1/+2
* Merge pull request #6614 from charris/update-random-allCharles Harris2015-11-021-0/+4
|\
| * BUG: Add choice and dirichlet to numpy.random.__all__.Charles Harris2015-11-021-0/+4
* | MAINT: random: allow nonc==0 in noncentral_chisquare.Evgeni Burovski2015-11-023-4/+14
|/
* 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: Remove bento related files.Charles Harris2015-08-292-47/+0
* BLD: try_run fails on Python 3.5b4 for WindowsChristoph Gohlke2015-08-011-14/+1
* TST: fix OverflowError on win-amd64Christoph Gohlke2015-08-011-1/+1
* MAINT: adjust tolerance for validating the sum of probs in random.choicealex2015-07-292-2/+20
* DOC: Fix docstring warnings in documetation generation.Charles Harris2015-07-011-2/+2
* BUG: np.random.beta with small parameters produces NaNsJaime Fernandez2015-05-102-1/+22
* DOC: improve the vonmises docstring examplealex2015-04-291-5/+5
* BUG: Fixes random.noncentral_chisquare when 0 < df <= 1behzad nouri2015-04-273-8/+21
* MANT: Use labs, not fabs, for integer abs in distributions.cJaime Fernandez2015-04-231-1/+2
* 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
* BUG: Fix potential overflows in rk_hypergeometric_hrua()Anton Ovchinnikov2015-03-032-2/+13
* 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-282-2/+22
* | TST: gnufreebsd has fixed the thread control word lossJulian Taylor2014-09-141-3/+1
* | Merge pull request #5051 from juliantaylor/thread-test-fixCharles Harris2014-09-061-1/+8
|\ \
| * | TST: accept small error in threaded random testJulian Taylor2014-09-061-1/+8
| |/
* | Merge pull request #4937 from charris/pep8-numpy-randomJulian Taylor2014-08-234-175/+171
|\ \
| * | BUG: Fix None comparison giving FutureWarning in choice function.Charles Harris2014-07-311-3/+3
| * | STY: PEP8 fixups for numpy/random.Charles Harris2014-07-313-172/+168
| |/
* | DOC: document broadcastable lam parameter of poissonJulian Taylor2014-06-111-2/+7
|/
* Optimization for pickling random statesmarkdepristo2014-06-021-1/+9
* BUG: avoid infinite loop for small kappa in vonmisesJulian Taylor2014-05-282-4/+20
* BUG: reject too large seeds to RandomStateJulian Taylor2014-05-153-2/+40
* BUG: mtrand binomial algorithm is different from original paper algorithmJosh Lawrence2014-05-081-7/+4
* ENH: replace GIL of random module with a per state lockJulian Taylor2014-05-023-257/+383
* 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
* | DOC: fixed typoGaëtan de Menten2014-04-251-1/+1
|/