ugol/jr

Refactor the code to use a random object per thread

Closed this issue · 0 comments

ugol commented

At the moment a single Random object is used, and there are data races because random is not thread safe.