summaryrefslogtreecommitdiff
path: root/numpy/random/mtrand/initarray.c
Commit message (Collapse)AuthorAgeFilesLines
* BENCH: convert bencmarks to asv formatmattip2019-05-201-151/+0
| | | | | | | remove files that were part of the origal repo rework randomgen docs to integrate with numpy and fix some links remove convenience functions, require explicit call to gen.brng move code out of numpy.random.randomgen into numpy.random
* BUILD: move files out of _randomgenmattip2019-05-201-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | first cut at building randomgen upgrade 'cythonize' and fix absolute imports to relative define NPY_NO_DEPRECATED_API and fix other warnings enable pgc64 by always using PCG_EMULATED_MATH refactor so import randomgen works add TODO comments for pcg64 improvements fix imports, module name in setup.py; remove _testing make cythonize non-recursive, restore examples to proper place update to randomgen 7bca296c0b9 replace mtrand with LegacyGenerator, tweak for compatibility port f879ef4 to fix GH10839 minimized difference between generator.pyx and _legacy.pyx fix namespace in doctests, mark results that are random update to randomgen commit 95c8cdd1c Incorporate testing of edge cases into main tests Rename test files to describe their purpose Import import locations to reflect numpy paths Correct tolerance on float32 tests Remove set_printoptions Remove complex normal Remove future imports Pull in BasicRNG source changes from original author Small doc fixes _mtrand => _rand Improve consistency of nan handling Prevent nans prducing values from int functions add randomgen documentation to the tree
* UPD: Add NPY_NO_DEPRECATED_API to some more files.Charles Harris2012-04-061-0/+1
| | | | _dotblas needs more work to remove direct access to ndarray internals.
* BUG: Use npy_intp instead of long in mtrand.cgohlke2012-03-101-4/+4
| | | | | This fixes a problem on 64 bit Windows where a 64 bit index is needed but long is only 32 bits.
* BUG, STY: Make gaussian random number generators with identical behaviourCharles Harris2010-05-261-0/+1
| | | | have identical pickles.
* STY: Some c coding style cleanups.Charles Harris2010-05-261-101/+115
|
* Hard tab removal.Charles Harris2009-10-201-55/+55
| | | | | Trailing whitespace removal. Some coding style cleanups.
* Fix init_by_array to properly initialize the has_gauss and has_binomial ↵Robert Kern2006-06-241-0/+2
| | | | members. Fixes #155.
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+134