This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
Releases: gltile-two-electric-boogaloo/uwurandom-in-userspace
Releases · gltile-two-electric-boogaloo/uwurandom-in-userspace
sixth release
uwurandom-in-userspace now supports these platforms:
- Windows x86_64 and x86
- Linux x86
fifth release
Improve performance: throughput is about doubled compared to last release!
Old (v4):
./uwurandom-aarch64-static-linux | pv > /dev/null
warning: cannot read /proc/sys/fs/pipe-max-size, setting pipe size to 8192
... 0:00:07 [30.3MiB/s] ...
New (v5):
./uwurandom-aarch64-static-linux | pv > /dev/null
warning: cannot read /proc/sys/fs/pipe-max-size, setting pipe size to 8192
... 0:00:07 [63.6MiB/s] ...
fourth release
Fixed case where stdout is not a pipe
third release
Fix case where /proc/sys/fs/pipe-max-size is not readable
second release
Support aarch64, armv7
first release
v1 fix action (again)