Saturday, October 15, 2016

deterministic versus nondeterministic

That which is deterministic will return consistent results every time, like math functions, while that which is nondeterministic has a little play in the steering if you will. DateTime.Now doesn't give you the same thing whenever you ask for it in C# for example.

No comments:

Post a Comment