Pgen icon indicating copy to clipboard operation
Pgen copied to clipboard

upgrades rand dependency to v0.9.0

Open sts10 opened this issue 8 months ago • 0 comments

Upgrades rand to version 0.9.0. This required only minimal changes to use statements and the methods called.

I don't think anything functionally changes here, though I will note that the good folks who maintain rand posted a security disclaimer of sorts along with v0.9.0.

FWIW, for my passphrase generator, Phraze, I'm considering being more explicit in creating my pseudo-random number generator (see this PR) just to be on (what I think is) the safe side of things. Curious what you think.

sts10 avatar Jan 30 '25 22:01 sts10