[issue32736] random.triangular yields unexpected distribution when args mixed

2018-01-31 Thread Raymond Hettinger
Raymond Hettinger added the comment: Sorry, while appreciate the sentiment and how well you articulated it, I'm going to decline this one for the reasons listed in the original discussion at https://bugs.python.org/issue13355 and because it is important to keep

[issue32736] random.triangular yields unexpected distribution when args mixed

2018-01-31 Thread Edward Preble
New submission from Edward Preble : The random.triangular function produces an unexpected distribution result (instead of an error or warning message) when the order of the 3 arguments are mixed up. Python notebook with demo of issue here: