Closed riverrun closed 7 years ago
crypto:rand_uniform is deprecated, and so we need to find a suitable (cryptographically secure) replacement.
Resolved in commit 3de185b.
:crypto.rand_uniform was replace with :crypto.rand_seed and Enum.random.
crypto:rand_uniform is deprecated, and so we need to find a suitable (cryptographically secure) replacement.