文件名称:fastrand:Python 中的快速随机数生成(使用 PCG)
文件大小:10KB
文件格式:ZIP
更新时间:2024-06-19 03:57:58
python performance prng C
快兰 使用 PCG 在 Python 中快速生成随机数 博客文章: 如果你有 Linux、macOS 或 Windows(Python 3.6 和 3.7,64 位),你应该可以只执行 pip install... pip install fastrand 您可能需要 root 访问权限(macOS 和 Linux 上的 sudo)。 有时安装特定版本很有用,您可以按如下方式进行; pip install fastrand==1.2.4 通常,您可以按如下方式构建库(如果您有 root 用户): python setup.py build python setup.py install 或者 python setup.py build python setup.py install --home= $HOME export PYTHONPATH= $PYTHONPATH
【文件预览】:
fastrand-master
----.travis.yml(411B)
----fastrandmodule.c(5KB)
----sourcerelease.sh(308B)
----LICENSE(11KB)
----.appveyor.yml(822B)
----setup.py(257B)
----.gitignore(764B)
----runtests.sh(509B)
----.circleci()
--------config.yml(1KB)
----README.md(2KB)