Details
-
Task
-
Resolution: Done
-
Major
-
master
-
None
-
0
Description
What's the issue?
It's clear that people want the ability to:
- Generate a random number between min/max values using crypto/rand
- Select a random element from a slice
This same functionality is duplicated in quite a few places, for different types etc.
What's the fix?
We should add a generic random package which exposes this functionality.