https://github.com/windomz/go-random
:game_die: Simple way to generate random values for Golang
https://github.com/windomz/go-random
go golang random random-generation
Last synced: 8 months ago
JSON representation
:game_die: Simple way to generate random values for Golang
- Host: GitHub
- URL: https://github.com/windomz/go-random
- Owner: WindomZ
- License: mit
- Created: 2016-03-30T03:56:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-04T07:39:47.000Z (almost 9 years ago)
- Last Synced: 2025-04-09T13:40:32.005Z (about 1 year ago)
- Topics: go, golang, random, random-generation
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-random
[](https://travis-ci.org/WindomZ/go-random)
[](https://coveralls.io/github/WindomZ/go-random?branch=dev)
[](https://codecov.io/gh/WindomZ/go-random)
[](https://opensource.org/licenses/MIT)
> Simple way to generate random values for Golang.


## Features
- [x] Random string
- [x] Random bytes
- [x] Random int64, int32, int and int16
- [x] Random float64 and float32
- [x] No third party library dependent, except unit testing
## Usage
[](https://godoc.org/github.com/WindomZ/go-random)
```
go get -u github.com/WindomZ/go-random
```
## Contributing
Welcome to pull requests, report bugs, suggest ideas and discuss **go-random**,
i would love to hear what you think about **go-random** on [issues page](https://github.com/WindomZ/go-random/issues).
If you like it then you can put a :star: on it.
## License
[MIT](https://github.com/WindomZ/go-random/blob/master/LICENSE)