@IceWolf You'll still only get bit-exact reproducibility using the exact same binary (maybe even on the same hardware and with same libc), but that might be good enough for you. Many floating point operations (libc functions, instructions, ...) are defined to return a result with some accuracy, and they can choose any value within that range.