Uint::random_mod is based on random_mod_core, which samples entropy differently depending on whether target_pointer_width is 32 or 64. This results in the Rng state varying by platform, which in general results in different number sequences being generated, e.g. on amd64 vs wasm32.