]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17141: random.vonmisesvariate() no more hangs for large kappas.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Feb 2013 17:29:54 +0000 (19:29 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Feb 2013 17:29:54 +0000 (19:29 +0200)
commit06e5e730dd802d4560880e1a2ed69d2bbca6be2f
tree195236484f4ba6b394a5753d9b2005edb40162f5
parentb8cbba5877df478966092ce069b6cedea8487c53
parentac99576a8eda27d7554c5293df22d29ec9a2043d
Issue #17141: random.vonmisesvariate() no more hangs for large kappas.
Lib/random.py
Lib/test/test_random.py
Misc/NEWS