We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4d5fbc commit fb79da2Copy full SHA for fb79da2
src/math/rand/rand.go
@@ -2,8 +2,8 @@
2
// Use of this source code is governed by a BSD-style
3
// license that can be found in the LICENSE file.
4
5
-// Package rand implements pseudo-random number generators unsuitable for
6
-// security-sensitive work.
+// Package rand implements pseudo-random number generators suitable for tasks
+// such as simulation, but it should not be used for security-sensitive work.
7
//
8
// Random numbers are generated by a [Source], usually wrapped in a [Rand].
9
// Both types should be used by a single goroutine at a time: sharing among
0 commit comments