summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* fixed bad signature in docstring for uniform()Gaëtan de Menten2014-04-111-1/+1
* BLD: remove cython c source from gitJulian Taylor2014-04-051-26575/+0
* BUG: Explicitly reject nan values for p in binomial(n, p). Fixes #4571.Daniel da Silva2014-04-043-1259/+1339
* TST: Add some tests for random.multivariate_normal.Charles Harris2014-03-221-10/+23
* ENH, MAINT: Check that covariance is positive-semidefinite.Charles Harris2014-03-222-7241/+7140
* DOC: Fix typo in np.random.choice documentationAllen Riddell2014-02-271-1/+1
* BUG: handle non integer types for multinomial/dirichlet sizeJulian Taylor2014-02-223-3048/+3296
* BUG: fix shuffling of flexible dtypes and masked arraysJulian Taylor2014-02-133-589/+653
* Merge pull request #4213 from juliantaylor/choice-improvseberg2014-01-222-8070/+8087
|\
| * MAINT: regenerate with cython 0.20 and fix a warning it emitsJulian Taylor2014-01-192-8066/+8080
| * ENH: reduce overhead of probs check of choiceJulian Taylor2014-01-191-4/+7
* | MAINT: silence some build warnings due to missing NO_IMPORT_ARRAYRalf Gommers2014-01-191-0/+1
|/
* BUG: compile random in lfs modeJulian Taylor2014-01-032-1/+10
* BUG: fix incorrect type in binomial ditsributions.cSebastian Berg2013-12-041-1/+1