Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-04T07:39:47.000Z (over 7 years ago)
- Last Synced: 2024-10-11T20:24:10.004Z (2 months ago)
- Topics: go, golang, random, random-generation
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-random
[![Build Status](https://travis-ci.org/WindomZ/go-random.svg?branch=master)](https://travis-ci.org/WindomZ/go-random)
[![Coverage Status](https://coveralls.io/repos/github/WindomZ/go-random/badge.svg?branch=dev)](https://coveralls.io/github/WindomZ/go-random?branch=dev)
[![codecov](https://codecov.io/gh/WindomZ/go-random/branch/master/graph/badge.svg)](https://codecov.io/gh/WindomZ/go-random)
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)> Simple way to generate random values for Golang.
![v1.0.0](https://img.shields.io/badge/version-v1.0.0-blue.svg)
![status](https://img.shields.io/badge/status-stable-green.svg)## 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
[![GoDoc](https://godoc.org/github.com/WindomZ/go-random?status.svg)](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)