m-lab / go

General purpose libraries / APIs for use in mlab code.
Apache License 2.0
5 stars 6 forks source link

Seeds math/rand in memoryless before use #140

Closed nkinkade closed 3 years ago

nkinkade commented 3 years ago

https://pkg.go.dev/math/rand#Seed

It is hoped that this will resolve https://github.com/m-lab/dev-tracker/issues/689


This change is Reviewable

coveralls commented 3 years ago

Pull Request Test Coverage Report for Build 1072


Totals Coverage Status
Change from base Build 1053: 0.003%
Covered Lines: 1996
Relevant Lines: 2123

💛 - Coveralls
nkinkade commented 3 years ago

The change in the PR is apparently better placed in the nodeinfo code. Closing.