]> granicus.if.org Git - python/commit
Protect all uses of the random generator with a lock.
authorGuido van Rossum <guido@python.org>
Thu, 28 May 1998 23:02:33 +0000 (23:02 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 28 May 1998 23:02:33 +0000 (23:02 +0000)
commit7e7912f2ca362a3fdcae3f785fb3bac47e86ff23
treef9f19a1747a548505fadcd11f685aaa6ec268603
parent3d3a52aa3ac59bae8da6904d9bc7de137ae5d21c
Protect all uses of the random generator with a lock.
Particles break out of their loop when the main loop exits.
Demo/tkinter/guido/brownian.py