You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That depends on the RNG -- you can get raw bytes from a BigInt or BigUint, but then for rand you have to match your chosen RNG's SeedableRng::Seed type.
This is a question (or a feature request, if it doesn't exist).
Is it possible to use a BigInt as a seed for a PRNG, and if so are there any examples of that? If not, is this something that could feasibly be added?
Thanks in advance.
The text was updated successfully, but these errors were encountered: