• Show log

    Commit

  • Hash : 9ddf1e58
    Author : Daniel Mendler
    Date : 2019-05-07T12: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