# README
go-random
Simple way to generate random values for Golang.
Features
- Random string
- Random bytes
- Random int64, int32, int and int16
- Random float64 and float32
Installation
go get -u github.com/WindomZ/go-random
License
The MIT License