Pseudo / crypto random effect.
random = "pseudo" draws from :rand (fast, not suitable for secrets);
random = "crypto" draws from :crypto.strong_rand_bytes/1 via unbiased
rejection sampling, suitable for tokens and nonces.
Pseudo / crypto random effect.
random = "pseudo" draws from :rand (fast, not suitable for secrets);
random = "crypto" draws from :crypto.strong_rand_bytes/1 via unbiased
rejection sampling, suitable for tokens and nonces.