summaryrefslogtreecommitdiff
path: root/numpy/random/bit_generator.pyx
Commit message (Expand)AuthorAgeFilesLines
* DOC: Fix RST/numpydoc standard.Matthias Bussonnier2020-07-101-1/+1
* BUG: Ensure SeedSequence 0-padding does not collide with spawn keysRobert Kern2020-06-091-1/+10
* BUG: add missing c_distributions.pxd, enables cython use of random C-API (gh-...Matti Picus2020-03-161-0/+626
* API: move bit_generator and generator to be privatemattip2019-10-111-627/+0
* API: rename common, bounded_integers -> _common, _bounded_integers; cleanupmattip2019-10-111-1/+1
* API: rearrange the cython files in numpy.randommattip2019-10-111-2/+0
* MAINT: random: Change type of SeedSequence.n_children_spawned to uint32_t.Warren Weckesser2019-08-201-0/+2
* MAINT: random: Fix import in example for _coerce_to_uint32_array.Warren Weckesser2019-08-201-1/+1
* BUG: Ensure consistent interpretation of uint64 states. (#13861)Robert Kern2019-06-281-1/+3
* ENH: np.random.default_gen() (#13840)Robert Kern2019-06-281-10/+13
* DOC: np.random documentation cleanup and expansion.Robert Kern2019-06-271-2/+8
* ENH: use SeedSequence to generate entropy for seedingmattip2019-06-261-0/+616