• Vladimír Čunát's avatar
    kr_rand_uint: nitpicks · c2dbf720
    Vladimír Čunát authored
    - the returned value is up to max-1 and not max (tiny bias)
    - improve efficiency slightly
    - unsigned -> uint32_t, as that's the range it supports (mostly equal)
    c2dbf720