Generate Randomness
Closed this issue · 2 comments
lucas-tortora commented
Generate Randomness
jlvandenhout commented
I'd like to at least document the source of entropy in this how-to, which I'm currently investigating. Entropy is based on the combined signature of the current batch and the request index. Quite an important consequence is that, within a single request, multiple calls to getEntropy
will produce the same value. Which I like to address in my how-to and want to get correct.
jlvandenhout commented
Added in 5d14583