rand.c: Use SIZE_T_PRINTF
rand.c should use SIZE_T_PRINTF where appropriate.
Reply To cazfi
Even the variables named 'size' are not actually of type size_t, but RANDOM_TYPE. So SIZE_T_PRINTF would *not* be the right thing to use here.
rand.c should use SIZE_T_PRINTF where appropriate.