Annotate safe usage of math/rand.
This MR uses gosec annotations https://github.com/securego/gosec#annotating-code to flag false positives of Use of weak random number generator (math/rand instead of crypto/rand)
(Gosec Rule ID G404), so that they do not show up in future security scans.
Edited by Hayley Swimelar