pcg-cpp icon indicating copy to clipboard operation
pcg-cpp copied to clipboard

use-partytrick: allow accepting rng state as CLI arguments

Open listx opened this issue 4 years ago • 0 comments

This way, one can use something like

$ dd if=<(./use-partytrick $(./make-partytrick)) count=256 | hexdump -C | less

in order to make use-partytrick and make-partytrick work together seamlessly without having to recompile use-partytrick every time.

listx avatar Nov 24 '19 07:11 listx