Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (13 loc) · 1022 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 1022 Bytes

A package that extends math/rand and crypto/rand in the standard library

GitHub tag (latest SemVer pre-release) GitHub go.mod Go version License: MIT GitHub Workflow Status Go Report Card PkgGoDev

Introduction

  • Generate random strings and byte slices
  • Cryptographically secure generation
  • No dependencies outside the standard library

Testing

Run go test -v ./... in the root directory.