]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17149: Fix random.vonmisesvariate to always return results in [0, 2*math.pi].
authorMark Dickinson <dickinsm@gmail.com>
Sun, 10 Feb 2013 14:16:10 +0000 (14:16 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 10 Feb 2013 14:16:10 +0000 (14:16 +0000)
commitbe5f91957f3d553a7cbbfdc43f66a3b30bb97aec
tree0f6473d649766c9b0dfe61e7d828d8730e0bc46a
parent497cee456c29202918739275fcc3d1bd0183ae06
Issue #17149: Fix random.vonmisesvariate to always return results in [0, 2*math.pi].
Lib/random.py
Lib/test/test_random.py
Misc/NEWS