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

gofor-little/xrand

Repository files navigation

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.