上传者: 42153691
|
上传时间: 2021-11-18 19:08:22
|
文件大小: 2KB
|
文件类型: -
完美的
完美的随机数生成器。 Python 模块演示。 也在官方托管。
为在布拉格演讲而制作,用于软件监控和开发的高级工具类 -。
该模块是由名为的教程创建的,编写得非常好且易于使用。
整个项目在大约 30 分钟内完成,没有发生任何错误,我强烈推荐使用 Python 包系统。
安装
需要 Python 3。 在 Windows 上,您需要在 PATH 中包含目录 C:\path_to_python\Scripts()。 然后只需使用pip install perfectrand或easy_install perfectrand 。
用法
运行 python shell 并简单地编写以下内容:
>>> import perfectrand
>>> perfectrand.randint()
42
>>>