Issue 1681432: Add triangular distribution the random module.
commita83a730c2bb3f5b02c288b3d3c55582868493cbe
authorraymond.hettinger <raymond.hettinger@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 23 Mar 2008 13:32:32 +0000 (23 13:32 +0000)
committerraymond.hettinger <raymond.hettinger@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 23 Mar 2008 13:32:32 +0000 (23 13:32 +0000)
treec7f715ce90f25647d9aada10903ab93e5a98625f
parent0e28f1c08356f0236b60951855c57c3642e3cb49
Issue 1681432:  Add triangular distribution the random module.

git-svn-id: http://svn.python.org/projects/python/trunk@61796 6015fed2-1504-0410-9fe1-9d1591cc4771
Doc/library/random.rst
Lib/random.py
Lib/test/test_random.py
Misc/NEWS