summaryrefslogtreecommitdiff
path: root/numpy/random/mtrand/randomkit.c
Commit message (Expand)AuthorAgeFilesLines
* BUG, STY: Make gaussian random number generators with identical behaviourCharles Harris2010-05-261-14/+18
* STY: A Few more coding style cleanups.Charles Harris2010-05-261-9/+20
* STY: Some c coding style cleanups.Charles Harris2010-05-261-41/+50
* Hard tab removal.Charles Harris2009-10-201-166/+163
* Forgot to add time headers when mingw workaround is not used on windows.David Cournapeau2008-11-171-0/+2
* Include time.h and sys/timeb.h just after defining our custom __MSVCRT_VERSIO...David Cournapeau2008-11-171-2/+2
* Conditionally setup mingw workaround on __GNUC__ since we can't detect if we ...David Cournapeau2008-11-171-1/+3
* Do not generate a config.h for randomkit: it does not work as it is, and addi...David Cournapeau2008-11-171-2/+0
* Fix the inaccurate comment regarding _ftime issues with mingw.David Cournapeau2008-11-171-2/+2
* Set __MSVCRT_VERSION__ to make _ftime64 visible from time.h header when we ne...David Cournapeau2008-11-171-1/+4
* Use a wrapper around _ftime to work around a mingw bug in msvc runtimes impor...David Cournapeau2008-11-171-1/+10
* Postpone time.h include because we will need to customize it on windows.David Cournapeau2008-11-141-1/+2
* Generate config header for random kit (empty for now).David Cournapeau2008-11-141-0/+1
* Fixes #488. In rk_interval, use rk_random if the interval size is less than 2...cookedm2007-04-021-0/+8
* Intialize the has_binomial field of the mtrand state.cookedm2006-05-191-0/+2
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+355