Commit Graph

2 Commits (aa9767b0d2f13cf8e1294043cb169809d73f8851)

Author SHA1 Message Date
lu4p 0dd97ed0fa
math/rand.Intn(n) generates a `value`, (#83)
which has the following properties `value >=0 && value < n`.

I previously thought it was `value >=0 && value <= n`.
5 years ago
pagran c51e08ef37
Add split obfuscator (#81) 5 years ago