dgryski / go-xoroshiro
Go implementation of xoroshiro128+ RNG
☆15Updated 3 years ago
Alternatives and similar repositories for go-xoroshiro:
Users that are interested in go-xoroshiro are comparing it to the libraries listed below
- Remove implicit field traversals from Go source☆37Updated 3 years ago
- github.com/cznic/file has moved to modernc.org/file☆57Updated 6 years ago
- xast: ast rewriter with built-in clean up.☆27Updated 7 years ago
- Efficient thread-safe circular byte buffer to keep in-memory logs☆21Updated 4 years ago
- Simple generative fuzzer☆16Updated 3 years ago
- ☆15Updated 7 years ago
- pcg random number generator☆40Updated 3 years ago
- Golang: contex-aware synchronization primitives (mutex).☆32Updated last year
- Go library for Chitin data file format and protocol☆11Updated 9 years ago
- Return random values sampled from a discrete distribution☆38Updated 7 years ago
- exponential smoothing toolkit☆15Updated 8 years ago
- A variable length integer compression library for Golang☆24Updated 10 years ago
- automatically trigger a profile in your golang (go) application when a condition is matched.☆15Updated 4 years ago
- singlefile implements a host wide locking mechanism.☆34Updated 10 years ago
- ☆29Updated 8 years ago
- Simple expiring cache☆15Updated 8 years ago
- Experiments and bad ideas☆20Updated 7 months ago
- percentiles for Go benchmarks☆29Updated 6 years ago
- Go packages for adding delay and buffering to network connections☆16Updated 5 years ago
- Golang fixed versions tool for your private and public dependencies☆23Updated 8 years ago
- Linter for finding defer statements in Go loops☆32Updated 5 years ago
- HyperLogLog in golang