chmduquesne / rollinghash

Implementation of some rolling hashes in go
MIT License
64 stars 11 forks source link

Use crypto/rand package for benchmark RNG #17

Open bobertlo opened 2 years ago

bobertlo commented 2 years ago

This is more portable than opening /dev/urandom.