-
Notifications
You must be signed in to change notification settings - Fork 225
Labels
enhancementNew feature or requestNew feature or request
Description
In some scenarios (e.g. for seeding HashMap
) it's desirable to get potentially less secure numbers than to block indefinitely. The motivation is largely equivalent to motivation behind the GRND_NONBLOCK
flag used in the getrandom
syscall. We probably should add support for such scenarios, either by adding an additional argument or by introducing a separate set of non-blocking functions.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request