Skip to content

andrew-d/csmrand

Repository files navigation

csmrand

Go Reference Build Status

Golang's math/rand backed onto crypto/rand's CSPRNG.

This package provides an implementation of Go's math/rand API that is backed by the CSPRNG in crypto/rand. This allows using the nicer API from math/rand, but still ensuring that the random number source is cryptographically-secure. See the documentation for more details.

About

Golang's math/rand backed onto crypto/rand's CSPRNG

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages