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
{{ message }}
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.
Add a library for lightweight random number generation. The focus should be on low performance cost and ease of use. Crypographic soundness isn't important, though the RNGshould be fairly robust in terms of not being obviously biased to a human observer.
Note that this is only meant to be a first pass, the solution doesn't have to be particularly robust. Future usage and iteration will serve to flesh it out more.
The text was updated successfully, but these errors were encountered:
Add a library for lightweight random number generation. The focus should be on low performance cost and ease of use. Crypographic soundness isn't important, though the RNGshould be fairly robust in terms of not being obviously biased to a human observer.
Note that this is only meant to be a first pass, the solution doesn't have to be particularly robust. Future usage and iteration will serve to flesh it out more.
The text was updated successfully, but these errors were encountered: