]> 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:27:37 +0000 (19:27 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 10 Feb 2013 17:27:37 +0000 (19:27 +0200)
commit65d56390bbf74553221dd94123c9f04776c6f8cb
tree09dd87a219b26f56d5d46297d69e8624ddf8425e
parent9aaeb5e0c8b5946b305590eb85312c282a457098
Issue #17141: random.vonmisesvariate() no more hangs for large kappas.
Lib/random.py
Lib/test/test_random.py
Misc/NEWS