show/hide this revision's text 2 added 175 characters in body

Send them to Race Condition on Wikipedia.

The first part will make some sense, and the rest (not shown below) will make you look smart since they will assume you understand it.

"A race condition or race hazard is a flaw in a system or process whereby the output and/or result of the process is unexpectedly and critically dependent on the sequence or timing of other events. The term originates with the idea of two signals racing each other to influence the output first."

I think the key point to get across is that its most frequently a timing issue that can be unpredictable because the timing something takes differs from time to time.

show/hide this revision's text 1

Send them to Race Condition on Wikipedia.

The first part will make some sense, and the rest (not shown below) will make you look smart since they will assume you understand it.

"A race condition or race hazard is a flaw in a system or process whereby the output and/or result of the process is unexpectedly and critically dependent on the sequence or timing of other events. The term originates with the idea of two signals racing each other to influence the output first."