Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix XbtRandom::uniform_int() when used with large range.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 27 Mar 2021 20:54:44 +0000 (21:54 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 27 Mar 2021 21:10:46 +0000 (22:10 +0100)
commit0ffe6c466e437ebbda9be47bbd77d3775623a2d7
tree3aa567c6c30b7af90cb3de275841bef58cd80b70
parent90680837ebef1bd470bd846a684b28a7aff1ab90
Fix XbtRandom::uniform_int() when used with large range.

Add more unit tests.
src/xbt/random.cpp
src/xbt/random_test.cpp