repositorypackage
0.0.0-20150817122601-2bb1b664bcff
Repository: https://github.com/jmcvetta/randutil.git
Documentation: pkg.go.dev
# README
randutil - Random number/string utilities for the Go language
This package contains assorted utility functions for creating random numbers and strings. I use this package quite a bit, especially when testing other projects. However I make no claims about the cryptographic security or other properties of the random(-ish?) numbers and strings it produces. Use at your own risk.
API Documentation
See GoDoc for automatically generated documentation.