Command-line interface for the `random` module

Personally I don’t think the stdlib shoud also be the provider of basic command-line utilities spread out over many modules as more-or-less official and supported __main__ blocks.

These can be provided by a coreutils package installed in the OS, or the shell itself (sh-like like busybox, or inventing its own language like xonsh or ipython), or one PyPI package.

4 Likes