randseed type
As random seed gets passed from place to place in the code, it's sometimes set to 'int', other times to 'unsigned int', and yet another place using 'uint32_t'. Unify these by introducing 'randseed' typedef and using it in relevant places.
As random seed gets passed from place to place in the code, it's sometimes set to 'int', other times to 'unsigned int', and yet another place using 'uint32_t'. Unify these by introducing 'randseed' typedef and using it in relevant places.