summaryrefslogtreecommitdiff
path: root/numpy/random
Commit message (Expand)AuthorAgeFilesLines
* DOC: fix from reviewmattip2019-10-171-1/+1
* TEST, DOC: fixes from reviewmattip2019-10-171-1/+1
* DOC: typos from reviewmattip2019-10-151-1/+1
* DOC: clean up for moved references, remove ISeedSequencemattip2019-10-138-33/+27
* API: move bit_generator and generator to be privatemattip2019-10-1116-26/+17
* API: remove unused functions from distributions.hmattip2019-10-113-39/+36
* API: refactor function names in distribution.{h,c}, refactor float_fillmattip2019-10-117-262/+117
* API: make BitGenerators privatemattip2019-10-1111-25/+25
* API: rename common, bounded_integers -> _common, _bounded_integers; cleanupmattip2019-10-1116-20/+1615
* API: rearrange the cython files in numpy.randommattip2019-10-1119-259/+281
* BUG: random: Use correct length when axis is given to shuffle.Warren Weckesser2019-10-082-3/+12
* BLD: remove unused functions, rearrange headers (from CC=clang) (#14534)Matti Picus2019-09-264-6/+5
* Merge pull request #14573 from rgommers/remove-info-filesMatti Picus2019-09-251-5/+0
|\
| * MAINT: remove stray numpy/random/info.py fileRalf Gommers2019-09-221-5/+0
* | MAINT: don't install partial numpy.random C/Cython API.Ralf Gommers2019-09-214-4/+22
|/
* Merge pull request #14531 from WarrenWeckesser/binomial-regressionMatti Picus2019-09-197-11/+75
|\
| * BUG: random: Create a legacy implementation of random.binomial.Warren Weckesser2019-09-167-11/+75
* | BUG: Avoid ctypes in GeneratorsKevin Sheppard2019-09-182-4/+4
|/
* Merge pull request #14523 from WarrenWeckesser/random-dup-protosMatti Picus2019-09-161-5/+0
|\
| * MAINT: random: Remove a few duplicated C function prototypes.Warren Weckesser2019-09-151-5/+0
* | Merge pull request #13829 from kianasun/add-permutation-axisMatti Picus2019-09-162-14/+79
|\ \ | |/ |/|
| * ENH: Improve permutation and shuffle functions on a given axisKexuan Sun2019-09-142-14/+79
* | Merge pull request #14498 from mattip/random-namespaceRalf Gommers2019-09-157-320/+5
|\ \
| * | MAINT: remove the entropy c-extension modulemattip2019-09-137-320/+5
| |/
* | BUG: Fix randint when range is 2**32Kevin Sheppard2019-09-142-2/+13
|/
* BUG: random: Fix the mistaken duplicate line. Fixes gh-14557.Warren Weckesser2019-09-121-1/+1
* MAINT: random: Revert gh-14458.Warren Weckesser2019-09-121-3/+3
* BUG: random.hypergeometic assumes npy_long is npy_int64, hung ppc64Allan Haldane2019-09-091-3/+3
* DOC: fix doc linking, was referencing private submodules.Ralf Gommers2019-08-251-2/+2
* BUG: Fix segfault in `random.permutation(x)` when x is a string. (#14241)Maxwell Aladago2019-08-224-2/+40
* Merge pull request #14298 from 5ghz/cross_compileCharles Harris2019-08-201-2/+2
|\
| * Fix bug in platform detectionVladimir Pershin2019-08-161-2/+2
* | MAINT: random: Change type of SeedSequence.n_children_spawned to uint32_t.Warren Weckesser2019-08-202-1/+3
* | MAINT: random: Fix import in example for _coerce_to_uint32_array.Warren Weckesser2019-08-201-1/+1
* | MAINT: random: Match type of SeedSequence.pool_size to DEFAULT_POOL_SIZE.Warren Weckesser2019-08-201-2/+2
* | MAINT: Improve error message dtype appearancealeju2019-08-131-1/+1
* | BUG: Fix formatting error in exception messagealeju2019-08-131-1/+1
|/
* Merge pull request #14141 from KmolYuan/random_freeze_analysisCharles Harris2019-08-081-1/+6
|\
| * ENH: add c-imported modules for freeze analysis in np.randomYuan2019-07-281-1/+6
* | Fixed default BitGenerator nameGiuseppe Cuccu2019-08-061-3/+3
|/
* Merge pull request #13812 from thrasibule/fast_floydCharles Harris2019-07-132-30/+65
|\
| * test shuffle keywordGuillaume Horel2019-07-111-0/+3
| * add shuffle keywordGuillaume Horel2019-07-111-4/+11
| * fix testsGuillaume Horel2019-07-111-2/+2
| * nogilGuillaume Horel2019-07-111-1/+1
| * extra shuffle at the end and tweak heuristicGuillaume Horel2019-07-111-1/+2
| * faster shuffleGuillaume Horel2019-07-111-8/+27
| * fix testsGuillaume Horel2019-07-111-1/+1
| * prevent warningsGuillaume Horel2019-07-111-4/+4
| * fix testsGuillaume Horel2019-07-111-2/+2