Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 56fb5e4a | 2019-05-08 15:17:37 | mp_rand_source(NULL) sets to platform random source | ||
| 9e28ef9f | 2019-05-08 15:14:50 | mp_rand: use #else after arcrandom | ||
| 2a0021a4 | 2019-05-08 14:57:04 | mp_rand: remove superflous mp_clamp | ||
| 9ddf1e58 | 2019-05-07 12:26:46 | support custom random data source via mp_rand_source * deprecate MP_PRNG_ENABLE_LTM_RNG * custom mp_rand_source is used always if set, which should be more aligned with user expectations * use custom source in tune.c * don't call random number generator once per digit, which is slow | ||
| ff561404 | 2019-04-07 15:29:11 | shorter headers | ||
| 70a30ae7 | 2019-04-07 02:29:28 | remove footers | ||
| 5da4e0ac | 2019-04-04 23:06:00 | remove unnecessary size_t casts, fix Wconversion/Wsign-conversion issues Wconversion and Wsign-conversion is still not activated by default, since there are many issues in demo.c. | ||
| 1c8c5348 | 2019-01-15 18:20:24 | Merge pull request #147 from czurnieden/moarvm_workarounds workaround for the MoarVM problem with MP_GEN_RAND et al. (cherry picked from commit 11d6e0391421bc996b2cf780f3f4c3fa634001d0) | ||
| 08eb995d | 2019-01-13 20:21:36 | implemented Steffen Jaeckels superior suggestion regarding MoarVM's problem | ||
| aadb1efa | 2019-01-13 01:07:42 | changes for the Clang compiler |