Commit dddd46d
committed
random: update docs
The documentation incorrectly stated that we fall back to crypto/rand,
while we actually used math/rand. In practice, the question of what
source of randomness we are using is actually quite subtle.
Just mention that this source of randomness integrates with the
platform and don't specify what we do exactly for the fallback.1 parent 1855c85 commit dddd46d
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
0 commit comments