xorf icon indicating copy to clipboard operation
xorf copied to clipboard

Reproducible fingerprints

Open wirelyre opened this issue 1 year ago • 1 comments

It would be nice to be able to reproduce fingerprints exactly!

Right now the only configuration options are "initialize to 0" (reproducible) or "use the thread RNG" (not reproducible), but maybe you could optionally pass in your own RNG.

https://github.com/ayazhafiz/xorf/blob/def7fcd6b70b811b5d0a09c2b308443586dd4d31/src/prelude/mod.rs#L92-L110

wirelyre avatar Oct 04 '23 18:10 wirelyre

Seems reasonable. Happy to accept a patch for this.

ayazhafiz avatar Oct 04 '23 18:10 ayazhafiz