summaryrefslogtreecommitdiff
path: root/tests/random.c
Commit message (Expand)AuthorAgeFilesLines
* New test framework, merged from test branch.thevenyp2014-01-201-0/+111
* changed GMP_RND? to MPFR_RND?enge2012-07-231-5/+5
* replaced MPC_RE by mpc_realref and MPC_IM by mpc_imagref everywhereenge2011-11-041-9/+9
* mpc-impl.h, random.c: include config.h as first include fileenge2011-11-041-2/+1
* memory.c, random.c: remove internal memory checks since we rely on valgrindenge2011-10-181-9/+1
* [tests/random.c] when using valgrind, disable our own memory checkszimmerma2011-08-311-0/+5
* random.c, mpc-tests.h: made variables staticenge2011-08-301-1/+1
* license change:enge2011-08-291-13/+12
* finished change of copyright line into "Copyright (C) INRIA, year1, year2, ..."zimmerma2011-01-251-1/+1
* mpc.m4: added more warning flags for the development cycleenge2010-09-021-1/+1
* explicit casts in test/ to avoid warnings with '-Wconversion'enge2010-08-311-5/+5
* replaced mp_prec_t and mp_exp_p in test directoryenge2010-06-111-3/+3
* added mechanism (copied from GNU MPFR 2.4.1) to check memoryzimmerma2009-11-201-0/+3
* upgraded version requirement to gmp 4.2 and removed workarounds for olderenge2009-06-041-45/+6
* [norm.c] fixed memory leak (found by valgrind)zimmerma2009-04-021-0/+1
* [configure.ac] minimal GMP version is now 4.1.3 instead of 4.2zimmerma2009-03-271-7/+44
* tests/random.c: stdio.h is now included by mpc-tests.hthevenyp2009-03-201-1/+0
* revert to UNIX format (r457 changed every file to DOS format).thevenyp2009-03-171-164/+164
* Modify #include chain so as to support DLL creation on Cygwinthevenyp2009-03-171-167/+164
* random.c: Add new parameter zero_probability to test_default_random in order ...thevenyp2008-11-071-14/+37
* tests/tgeneric_ccc.c, tests/tgeneric_ccs.c, tests/tgeneric_ccu.c, tests/tgene...thevenyp2008-10-171-3/+7
* Add void in empty prototype (remove warnings with gcc option '-Wold-style-def...thevenyp2008-07-311-2/+2
* Use the new mpc_urandom function in the test suite so that the tests are repr...thevenyp2008-07-101-4/+44
* Remove use of mpfr global variables mpfr_rands and mpfr_rands_initialized.thevenyp2008-06-251-13/+11
* Add random seed setting (with environmnent variable GMP_CHECK_RANDOMIZE) forthevenyp2008-05-301-0/+102