Skip to content

Commit 3152c32

Browse files
committed
Note Rand determinism
1 parent c8c7e26 commit 3152c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rand.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// are safe for concurrent use by multiple goroutines, and their performance does
1414
// not degrade when the parallelism increases. [Rand] methods and functions with
1515
// [Rand] parameter are not safe for concurrent use, but should generally be preferred
16-
// because of higher speed and quality.
16+
// because of determinism, higher speed and quality.
1717
//
1818
// This package is considerably faster and generates higher quality random
1919
// than the [math/rand] package. However, this package's outputs might be

0 commit comments

Comments
 (0)