Categorygithub.com/mmcloughlin/random
repositorypackage
0.0.0-20200201200645-57ea5ee7579e
Repository: https://github.com/mmcloughlin/random.git
Documentation: pkg.go.dev

# README

random

go.dev Reference Build status Go Report Card

Utilities to complement Golang's math/rand package.

  • Interface to cover the methods of rand.Rand
  • Mock implementation of Interface
  • Locked implementation of Interface
  • Helpers for constructing implementations with different seeding methods