Non-determinism
A process is deterministic when it always produces the same result when presented with the same data; otherwise a process is called
- Evaluation proceeds non-deterministically in one of two ways, producing an output of 10 or 100
- Race conditions lead to non-determinism, and are generally undesirable