Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: add missing c_distributions.pxd, enables cython use of random C-API (gh-... | Matti Picus | 2020-03-16 | 1 | -0/+626 |
* | API: move bit_generator and generator to be private | mattip | 2019-10-11 | 1 | -627/+0 |
* | API: rename common, bounded_integers -> _common, _bounded_integers; cleanup | mattip | 2019-10-11 | 1 | -1/+1 |
* | API: rearrange the cython files in numpy.random | mattip | 2019-10-11 | 1 | -2/+0 |
* | MAINT: random: Change type of SeedSequence.n_children_spawned to uint32_t. | Warren Weckesser | 2019-08-20 | 1 | -0/+2 |
* | MAINT: random: Fix import in example for _coerce_to_uint32_array. | Warren Weckesser | 2019-08-20 | 1 | -1/+1 |
* | BUG: Ensure consistent interpretation of uint64 states. (#13861) | Robert Kern | 2019-06-28 | 1 | -1/+3 |
* | ENH: np.random.default_gen() (#13840) | Robert Kern | 2019-06-28 | 1 | -10/+13 |
* | DOC: np.random documentation cleanup and expansion. | Robert Kern | 2019-06-27 | 1 | -2/+8 |
* | ENH: use SeedSequence to generate entropy for seeding | mattip | 2019-06-26 | 1 | -0/+616 |