Closed
Description
Issue with current documentation:
In documentation for numpy.random.uniform there is one contradiction. First it says that "Samples are uniformly distributed over the half-open interval [low, high) (includes low, but excludes high)." and then it says "All values generated will be less than or equal to high." So basically it says first that "high" is excluded and then it says that it is included. https://numpy.org/doc/stable/reference/random/generated/numpy.random.uniform.html
Idea or request for content:
The second part should be corrected.