6 ms·
You can write code that isn’t deterministic using random. And a lot of traditional code contains machine learning etc.
by victorbjorklund 3d ago
You can write code that isn’t deterministic using random. And a lot of traditional code contains machine learning etc.
- Polizeiposaune 3d agoAnd multithreaded code -- and anything that does asynchronous I/O, networking, etc. -- frequently exhibits nondeterministic behavior even without explicit calls to a random number generator.