Adventures in testing go randomness and the awkwardness of using rand.Intn
1–2 of 2 posts
Re: Adventures in testing go randomness and the awkwardness of using rand.Intn
#2Decided to give a shot and do a short write up regarding an odd moment of writing unit tests for some functions that required randomness. hope this might help someone in the future stumbling on similar use cases