Remix.run Logo
victorbjorklund 2 hours ago

You can write code that isn’t deterministic using random. And a lot of traditional code contains machine learning etc.

Polizeiposaune an hour ago | parent [-]

And multithreaded code -- and anything that does asynchronous I/O, networking, etc. -- frequently exhibits nondeterministic behavior even without explicit calls to a random number generator.