Registry / utility / jbenet-go-randbuf

jbenet-go-randbuf

JSON →
library0.0.0-20160322125720-674640a50e6agogounverified

Package randbuf provides a buffer of random bytes for efficient random data generation.

go get github.com/jbenet/go-randbuf
INSTALL
IMPORT
SIG · JBENET-GO-RANDBUF
J
jbenet-go-randbuf
utilitygov0.0.0-20160322125720-674640a50e6a
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.

randbuf
github.com/jbenet/go-randbuf

Creates a random buffer of 1024 bytes

package main import ( "fmt" "github.com/jbenet/go-randbuf" ) func main() { buf := randbuf.New(1024) fmt.Println(len(buf)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20160322125720-674640a50e6alatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

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