Twitter Feed: Post

Twitter Feed

@gcouprie ("Geoffroy Couprie") replied to a tweet by @gcouprie:

How do we get determinism with algorithms using randomness? By passing as argument random data, or the random generator itself.
This is how samples generation works in biscuit: by passing around a RNG with a static seed.
And so the entire lib should be deterministic 🤔