Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: method to set randomness source
The internal mechanics of this are a bit inelegant, since unfortunately the global randomness source is not exported, necessitating these nil check methods instead. The API here needs some user feedback. I believe the majority case will want to set this once and not on a per-call basis (cf. the deprecated PickSource method in the previous version), but that needs be validated.
- Loading branch information