mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
5 lines
239 B
Markdown
5 lines
239 B
Markdown
|
|
The new [SetGlobalRandom] function configures a global, deterministic
|
||
|
|
cryptographic randomness source for the duration of the test. It affects
|
||
|
|
crypto/rand, and all implicit sources of cryptographic randomness in the
|
||
|
|
`crypto/...` packages.
|