Categorygithub.com/detailyang/fastrand-go
repositorypackage
0.0.0-20191106153122-53093851e761
Repository: https://github.com/detailyang/fastrand-go.git
Documentation: pkg.go.dev

# README

fastrand-go

Package fastrand exports runtime.fastrand to public

╰─λ go test -benchmem -run="^\$" -bench Benchmark ./... -v                                                                          306ms
goos: darwin
goarch: amd64
pkg: github.com/detailyang/fastrand-go
BenchmarkFastRand-8   	493277304	         2.40 ns/op	       0 B/op	       0 allocs/op
BenchmarkMathRand-8   	54207786	        19.2 ns/op	       0 B/op	       0 allocs/op
PASS
ok  	github.com/detailyang/fastrand-go	2.502s