Skip to content

andrew-d/csmrand

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages