LoopControl: use C++11 random numbers rather than POSIX

Merged
#45 · Created  · Last updated

Merged pull request

LoopControl: use C++11 random numbers rather than POSIX

51e12ba·Author: ·Closed by: ·2021-04-02

Description

this also fixes and issue where the range for random(3), which is 2^31-1, was assumed to be RAND_MAX (like rand(3)).

0 attachments

0 comments

Loading commits...