Registry / utility / jbenet-go-random

jbenet-go-random

JSON →
library0.0.0-20190219211222-123a90aedc0cgogounverified

A Go library for generating random data.

go get github.com/jbenet/go-random
INSTALL
IMPORT
SIG · JBENET-GO-RANDOM
J
jbenet-go-random
utilitygov0.0.0-20190219211222-123a90aedc0c
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.

random
github.com/jbenet/go-random

Generates 16 random bytes.

package main import ( "fmt" "github.com/jbenet/go-random" ) func main() { data := random.Bytes(16) fmt.Println(data) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20190219211222-123a90aedc0clatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
jbenet-go-random — go get jbenet-go-random · libregistry