package sysrand

Import Path
	crypto/internal/sysrand (on go.dev)

Dependency Relation
	imports 10 packages, and imported by 3 packages

Involved Source Files Package rand provides cryptographically secure random bytes from the operating system. rand_getrandom.go
Package-Level Functions (total 5, in which 1 is exported)
Read fills b with cryptographically secure random bytes from the operating system. It always fills b entirely and crashes the program irrecoverably if an error is encountered. The operating system APIs are documented to never return an error on all but legacy Linux systems.
Package-Level Variables (total 5, none are exported)