https://github.com/thalesfsp/randomness
Provides a secure random integer generator, optionally retryable, and collision-free.
https://github.com/thalesfsp/randomness
go golang random random-generator
Last synced: 20 days ago
JSON representation
Provides a secure random integer generator, optionally retryable, and collision-free.
- Host: GitHub
- URL: https://github.com/thalesfsp/randomness
- Owner: thalesfsp
- License: mit
- Created: 2022-09-13T21:52:21.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-23T00:24:36.000Z (about 3 years ago)
- Last Synced: 2025-02-24T06:46:38.893Z (over 1 year ago)
- Topics: go, golang, random, random-generator
- Language: Go
- Homepage: https://github.com/thalesfsp/randomness
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# randomness
`randomness` provides a secure random integer generator, optionally retryable, and collision-free.
## Install
`$ go get github.com/thalesfsp/randomness@vX.Y.Z`
## Usage
See [`example_test.go`](example_test.go), and [`randomness_test.go`](randomness_test.go) file.
## Documentation
Run `$ make doc` or check out [online](https://pkg.go.dev/github.com/thalesfsp/randomness).
## Development
Check out [CONTRIBUTION](CONTRIBUTION.md).
### Release
1. Update [CHANGELOG](CHANGELOG.md) accordingly.
2. Once changes from MR are merged.
3. Tag and release.
## Roadmap
Check out [CHANGELOG](CHANGELOG.md).