Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Close simgrid/simgrid#43 on framagit, and update ChangeLog.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 6 Feb 2020 10:46:19 +0000 (11:46 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Thu, 6 Feb 2020 10:46:19 +0000 (11:46 +0100)
Concerns have been addressed by commits:
a5a63cee9b Redraw if the random number is too close to max, to avoid modulo bias
fbf0f42532 Documenting xbt/random a little bit
037217ec21 Exclude max from range for xbt::random::uniform_real.

ChangeLog

index 6c8a529..777b34c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,9 @@
 
 SimGrid (3.25.1) UNRELEASED (target: March 20 2020 or v3.26 on 3/26/20)
 
+Fixed bugs (FG#.. -> framagit bugs; FG!.. -> framagit merge requests):
+ - FG#43: xbt::random needs some care
+ - FG!24: Documentation and fix for xbt/random
 
 ----------------------------------------------------------------------------