Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Exclude max from range for xbt::random::uniform_real.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 6 Feb 2020 10:18:05 +0000 (11:18 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 6 Feb 2020 10:45:02 +0000 (11:45 +0100)
commit037217ec2176ada8eb05cd8e5f5b63e7440c63a3
treeef6484df06a6946f588e2246589c566c2c24d882
parent73e3cdfbdbcdf5fb1d501f09985886c0552989d5
Exclude max from range for xbt::random::uniform_real.

Mimic std::uniform_real_distribution.
include/xbt/random.hpp
src/xbt/random.cpp
src/xbt/random_test.cpp