معرفی شرکت ها


fastrandom-0.1.0


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A shell tool to generate random bytes extremely fast e.g. for SSD scrubbing.
ویژگی مقدار
سیستم عامل -
نام فایل fastrandom-0.1.0
نام fastrandom
نسخه کتابخانه 0.1.0
نگهدارنده []
ایمیل نگهدارنده []
نویسنده L. Karkkainen
ایمیل نویسنده -
آدرس صفحه اصلی http://github.com/Tronic/fastrandom
آدرس اینترنتی https://pypi.org/project/fastrandom/
مجوز MIT
# FastRandom A shell tool to generate random bytes extremely fast. Uses multiple CPU cores and both AES-NI and ChaCha20 to facilitate even higher utilisation of processing capacity. The output may be used for scrubbing disks, even the fastest NVME SSDs, or for any other purpose where large amounts of irreproducible random bytes are needed. Prefer redirection `>` instead of pipes and `dd` for maximal speed. This works with both files and block devices. ``` pip install fastrandom fastrandom -p > /tmp/file.dat # -p for progress indication [fastrandom] 15,451 MiB generated at 3.48 GB/s [Errno 28] No space left on device ``` This tool is about 30 % faster than the best contender that I am aware of, `openssl enc -aes-256-ctr -in /dev/zero`, many times faster than any popular random number generator (like [PCG64](https://www.pcg-random.org/index.html)) and about 50 times faster than `/dev/urandom`. Generating to `/dev/null` I can reach 11 GB/s on a six-core CPU but any actual devices that I have access to, including NVME 4.0 SSDs and even ramdisks, are slower. Please drop a Github issue if you find something faster.


زبان مورد نیاز

مقدار نام
>=3.8 Python


نحوه نصب


نصب پکیج whl fastrandom-0.1.0:

    pip install fastrandom-0.1.0.whl


نصب پکیج tar.gz fastrandom-0.1.0:

    pip install fastrandom-0.1.0.tar.gz