We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c7e26 commit 3152c32Copy full SHA for 3152c32
rand.go
@@ -13,7 +13,7 @@
13
// are safe for concurrent use by multiple goroutines, and their performance does
14
// not degrade when the parallelism increases. [Rand] methods and functions with
15
// [Rand] parameter are not safe for concurrent use, but should generally be preferred
16
-// because of higher speed and quality.
+// because of determinism, higher speed and quality.
17
//
18
// This package is considerably faster and generates higher quality random
19
// than the [math/rand] package. However, this package's outputs might be
0 commit comments