summaryrefslogtreecommitdiff
path: root/numpy/random/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: clean up for moved references, remove ISeedSequencemattip2019-10-131-2/+2
* API: move bit_generator and generator to be privatemattip2019-10-111-2/+2
* API: make BitGenerators privatemattip2019-10-111-6/+5
* API: rename common, bounded_integers -> _common, _bounded_integers; cleanupmattip2019-10-111-2/+2
* MAINT: remove the entropy c-extension modulemattip2019-09-131-1/+0
* ENH: add c-imported modules for freeze analysis in np.randomYuan2019-07-281-1/+6
* ENH: Rename default_gen to default_rngRobert Kern2019-06-291-4/+4
* ENH: np.random.default_gen() (#13840)Robert Kern2019-06-281-21/+33
* ENH: Add SFC64 BitGenerator.Robert Kern2019-06-251-1/+3
* ENH: use SeedSequence to generate entropy for seedingmattip2019-06-261-6/+15
* MAINT: remove xoshiro* BitGeneratorsmattip2019-06-261-7/+1
* MAINT: remove ThreeFry BitGeneratormattip2019-06-251-3/+1
* MAINT: remove pcg32 BitGeneratormattip2019-06-251-3/+1
* MAINT: remove dSFMTmattip2019-06-161-3/+1
* MAINT: Correct masked aliasesKevin Sheppard2019-06-021-4/+3
* STY: Clean up codeKevin Sheppard2019-05-271-2/+4
* Revert "MAINT: Implement API changes for randomgen-derived code"Kevin Sheppard2019-05-271-1/+5
* MAINT: remove threefry32, xoroshiro128, xorshift1024 BitGeneratorsmattip2019-05-201-8/+1
* MAINT: Implement API changes for randomgen-derived codemattip2019-05-201-38/+38
* ENH: add instance of RandomGenerator(Xoshiro512StarStar) as genmattip2019-05-201-2/+10
* BENCH: convert bencmarks to asv formatmattip2019-05-201-2/+34
* BUILD: move files out of _randomgenmattip2019-05-201-5/+2
* MAINT: Remove duplicate docstring and incorrect location of __all__ from np.r...Eric Wieser2018-08-121-9/+53
* MAINT: Move pytesttester outside of np.testing, to avoid creating unnecessary...Eric Wieser2018-07-021-1/+1
* TST: Update modules `test` to PytestTester.Charles Harris2018-04-041-2/+3
* MAINT: Remove "bench" from testing modules `__init__`s.Charles Harris2018-03-311-1/+0
* MAINT: Rearrange files in numpy/testing module.Charles Harris2017-07-041-1/+1
* [TST] Refactor new raise_warnings logic for subpackage test suitesNathaniel J. Smith2015-12-301-3/+3
* Optimization for pickling random statesmarkdepristo2014-06-021-1/+9
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-1/+1
* MAINT: Remove uses of the WarningManager class.Charles Harris2013-07-121-7/+3
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-3/+3
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* TST: filter Cython warning on import of random module. Closes #2103.Ralf Gommers2012-04-151-1/+11
* FIX: Changed named to choice, reverted other changes.Chris Jordan-Squire2011-12-171-1/+6
* ENH: New sample function, bugs in tests fixedChris Jordan-Squire2011-12-161-2/+1
* Merge from documentation editor.Stefan van der Walt2008-08-051-0/+84
* Restore old test framework classes.Alan McIntyre2008-06-211-1/+1
* Switched to use nose to run tests. Added test and bench functions to all mod...Alan McIntyre2008-06-171-3/+3
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-2/+2
* Added more debugging hooks to PackageLoader: NUMPY_IMPORT_DEBUG. Avoid initia...Pearu Peterson2006-02-241-2/+3
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-1/+1
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+17