summaryrefslogtreecommitdiff
path: root/numpy/random/bit_generator.pyx
Commit message (Expand)AuthorAgeFilesLines
* 去掉noteLeonaTaric2023-01-091-3/+2
* change note toLeonaTaric2022-12-161-2/+2
* All entropy/seed not None must be non-negativeLeonaTaric2022-12-131-0/+3
* MAINT: Use Python integers for int to array of uint32 calculationSebastian Berg2022-10-121-4/+4
* DOC: Explain spawn_key a little more.Robert Kern2022-08-121-2/+4
* DOC: Fixed minor typo in BitGenerator reference (#21876)Bram2022-06-291-1/+1
* Remove python <3.6 related thingsBrigitta Sipocz2022-05-171-7/+1
* MAINT, DOC: discard repeated wordsDimitri Papadopoulos2022-01-131-1/+1
* MAINT: Remove unicode markersKevin Sheppard2021-02-111-2/+2
* MAINT: Remove dummy_threadingKevin Sheppard2021-02-111-4/+1
* 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