Registry / crypto / frand
library1.5.1gogounverified

Package frand provides fast, cryptographically secure random number generation.

go get lukechampine.com/frand
INSTALL
IMPORT
SIG · FRAND
F
frand
cryptogov1.5.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

frand
lukechampine.com/frand

Generates a random integer between 0 and 99.

package main import ( "fmt" "lukechampine.com/frand" ) func main() { n := frand.Intn(100) fmt.Println(n) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
11 hits · last 30 days
node
10
Resources
frand — go get frand · libregistry