MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / triangular

Method triangular

Lib/random.py:362–377  ·  view source on GitHub ↗

Triangular distribution. Continuous distribution bounded by given lower and upper limits, and having a given mode value in-between. http://en.wikipedia.org/wiki/Triangular_distribution

(self, low=0.0, high=1.0, mode=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

randomMethod · 0.45

Tested by

no test coverage detected