]> granicus.if.org Git - python/commit
In the case where only a user supplied random() method is available,
authorRaymond Hettinger <python@rcn.com>
Wed, 8 Sep 2010 00:30:28 +0000 (00:30 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 8 Sep 2010 00:30:28 +0000 (00:30 +0000)
commite4a3e99973caf06c582f98defd24dfb1dd943707
tree68db02720354e2797e7c2178b413a5c793b768e8
parent51e01a6f7a59e06b89b860d71c821569910ef894
In the case where only a user supplied random() method is available,
adopt a strategy that makes the fewest calls to random().
Lib/random.py