frand icon indicating copy to clipboard operation
frand copied to clipboard

A fast userspace CSPRNG

Results 1 frand issues
Sort by recently updated
recently updated
newest added

`Uint64n` uses the same approach as Go's `math/rand`: truncate the range `[0, math.MaxUint64]` to the nearest multiple of `n`, then resample until we get a value within the truncated range...

hacktoberfest