Skip to content

gtank/isaac

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a mildly ported version of Bob Jenkins' ISAAC, a fast 32-bit CSPRNG.

More information on the algorithm can be found at
http://www.burtleburtle.net/bob/rand/isaacafa.html

The code emits a stream of random uint32 and also supports Go's
crypto/cipher.Stream interface. Its output matches the official test vectors
for ISAAC, but I can't make any guarantees about the cryptographic qualities of
this code (especially the stream mode). Use at your own risk.

About

the ISAAC random number generator in Golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages