This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author paulhankin
Recipients
Date 2007-03-17.16:12:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Some minor quibbles: the distributions in random name their parameters after the most common use in math text books. Is n't that 'a, b, c' here rather than 'left, right, center' (note, different order too)? Admittedly your parameter names are clearer.

There's not total consistency in random, but it looks like 'triangularvariate' would be the right name for the function - although my knowledge of stats is sketchy, so perhaps there's a distinction I'm not aware of.

Indentation and spacing around operators needs fixing also.
History
Date User Action Args
2007-08-23 15:57:36adminlinkissue1681432 messages
2007-08-23 15:57:36admincreate