Author :
Daniel Mendler
Date :
2019-05-07 12:26:46
Hash :9ddf1e58 Message :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