Skip to content

Commit

Permalink
Note Rand determinism
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingmutant committed Oct 27, 2022
1 parent c8c7e26 commit 3152c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rand.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
// are safe for concurrent use by multiple goroutines, and their performance does
// not degrade when the parallelism increases. [Rand] methods and functions with
// [Rand] parameter are not safe for concurrent use, but should generally be preferred
// because of higher speed and quality.
// because of determinism, higher speed and quality.
//
// This package is considerably faster and generates higher quality random
// than the [math/rand] package. However, this package's outputs might be
Expand Down

0 comments on commit 3152c32

Please sign in to comment.