open-consul/lib
Sean Chittenden 4a0a0b3376 Use a cryptographically secure seed
`SeededSecurely` is present if someone or something wants to query the way the library was seeded.

Obtained from: nomad
2016-05-02 23:52:37 -07:00
..
cluster.go Guard against divide by zero in lib.RandomStagger() 2016-04-23 13:11:32 -07:00
cluster_test.go Guard against divide by zero in lib.RandomStagger() 2016-04-23 13:11:32 -07:00
math.go Add lib.AbsInt() helper function 2016-03-30 11:47:37 -07:00
math_test.go Add lib.AbsInt() helper function 2016-03-30 11:47:37 -07:00
rand.go Use a cryptographically secure seed 2016-05-02 23:52:37 -07:00
string.go Cull unused function and its unit test. 2016-02-01 22:40:19 -08:00
string_test.go