summaryrefslogtreecommitdiff
path: root/numpy/random/bit_generator.pxd
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix a compile and a test warningmattip2020-08-091-1/+1
* BUG: add missing c_distributions.pxd, enables cython use of random C-API (gh-...Matti Picus2020-03-161-0/+35
* API: move bit_generator and generator to be privatemattip2019-10-111-35/+0
* API: rearrange the cython files in numpy.randommattip2019-10-111-2/+11
* MAINT: random: Change type of SeedSequence.n_children_spawned to uint32_t.Warren Weckesser2019-08-201-1/+1
* MAINT: random: Match type of SeedSequence.pool_size to DEFAULT_POOL_SIZE.Warren Weckesser2019-08-201-2/+2
* ENH: np.random.default_gen() (#13840)Robert Kern2019-06-281-1/+0
* ENH: use SeedSequence to generate entropy for seedingmattip2019-06-261-0/+27