Closed
Description
Documentation
The random.uniform
doc says:
the equation
a + (b-a) * random()
That's not an equation. Just an expression.
The page mentions "equation" twice more right above, but I think those refer to actual equations like the pdf(x) = ...
for random.gammavariate
and are thus correct.