Categorygithub.com/windomz/go-random
repositorypackage
1.0.0
Repository: https://github.com/windomz/go-random.git
Documentation: pkg.go.dev

# README

go-random

Build Status License Coverage Status

Simple way to generate random values for Golang.

v1.0.0 status

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