| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Personally, I don't support this proposal but won't stand in the way of it either. It seems gratuitous. |
Sorry, something went wrong.
| return randint(1, args.integer) | ||
|
|
||
| if args.float is not None: | ||
| return uniform(1, args.float) |
There was a problem hiding this comment.
In #118131 this was specced for floats to use the range between 0 and N of length N, which would be more useful and makes a lot more sense than the range between 1 and N of length N - 1.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
📚 Documentation preview 📚: https://cpython-previews--118132.org.readthedocs.build/en/118132/library/random.html#command-line-usage