Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: fix a compile and a test warning | mattip | 2020-08-09 | 1 | -1/+1 |
* | BUG: add missing c_distributions.pxd, enables cython use of random C-API (gh-... | Matti Picus | 2020-03-16 | 1 | -0/+35 |
* | API: move bit_generator and generator to be private | mattip | 2019-10-11 | 1 | -35/+0 |
* | API: rearrange the cython files in numpy.random | mattip | 2019-10-11 | 1 | -2/+11 |
* | MAINT: random: Change type of SeedSequence.n_children_spawned to uint32_t. | Warren Weckesser | 2019-08-20 | 1 | -1/+1 |
* | MAINT: random: Match type of SeedSequence.pool_size to DEFAULT_POOL_SIZE. | Warren Weckesser | 2019-08-20 | 1 | -2/+2 |
* | ENH: np.random.default_gen() (#13840) | Robert Kern | 2019-06-28 | 1 | -1/+0 |
* | ENH: use SeedSequence to generate entropy for seeding | mattip | 2019-06-26 | 1 | -0/+27 |