25 lines
433 B
Plaintext
25 lines
433 B
Plaintext
noisebox -- a FUSE filesystem that contains predictable PRNG output.
|
|
|
|
|
|
Requirements
|
|
---
|
|
|
|
Pretty light. Tested to compile on Fedora and Ubuntu. Requires a
|
|
compiler and associated toolchain.
|
|
|
|
Required packages:
|
|
|
|
* libfuse-devel
|
|
|
|
Required non-packages (as of this writing):
|
|
|
|
* pcg-c [https://github.com/imneme/pcg-c]
|
|
|
|
|
|
TODO
|
|
---
|
|
|
|
* Add some unit tests.
|
|
* Fix mersenne output.
|
|
* Profile memory usage. I suspect there are leaks.
|