@cthos @pixxl My point is that randomness does not exist in the algorithms themselves, it's always an input. If you set it to 0 there's no randomness and the algorithm is strictly deterministic.
There's also implementation details like possible race conditions or minuscule differences in measuring other inputs such as time-limiting parallel processing which could influence the outcome; those are essentially also random inputs.