Hacker News new | ask | show | jobs
by lupire 1509 days ago
Local nondeterminism, where random variations can be introduced but disappears later:

Example: size of a set = 1 + (remove an element from the set and then compute size of reduced set, or 0 if set is empty)