1
Java / Re: Multithreading/proc Randomness
« on: June 15, 2014, 05:45:16 AM »
So, both threads increment `start' to 200, then reset it to 0. No one know, which thread will run if-true clause, it may be one thread or another, just a matter of case.