|
|
||
|---|---|---|
| Makefile | ||
| README | ||
| fuse.c | ||
| mersenne.c | ||
| noisebox.h | ||
| pcg.c | ||
| random.c | ||
| zeroes.c | ||
README
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.