Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2022.
[simgrid.git] / src / xbt / random_test.cpp
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-03-27 Arnaud GierschFix XbtRandom::uniform_int() when used with large range.
2021-01-13 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2021-01-12 Arnaud GierschUpdate copyright lines.
2020-12-15 Augustin DegommeMerge branch 'Adrien.Gougeon/simgrid-master'
2020-11-22 agougeonMerge branch 'master' of https://framagit.org/simgrid...
2020-10-23 Arnaud GierschEnsure that the expected RNG (xbt) is used for unit...
2020-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-04-27 Yann DuplouyMerge branch 'random_readwritestate' into 'master'
2020-04-27 Yann DuplouyTests whether the file could be opened and removes...
2020-04-15 Yann DuplouyUnit test to check if the RNG state is written and...
2020-02-06 Arnaud GierschFix division by zero on 32bit systems.
2020-02-06 Arnaud GierschMerge branch 'doc' into 'master'
2020-02-06 Arnaud GierschSet seed only after having chosen the implementation.
2020-02-06 Arnaud GierschExclude max from range for xbt::random::uniform_real.
2020-02-06 Arnaud GierschMerge branch 'pikachuyann/simgrid-xbt_random'
2020-01-24 Frederic SuterMerge branch 'depencencies' of https://framagit.org...
2020-01-01 Arnaud GierschUpdate copyright lines with new year.
2019-11-24 Arnaud GierschParentheses around macro parameters.
2019-11-23 Martin Quinsoncosmetics
2019-11-22 Yann DuplouyMerge branch 'master' into stoprofiles
2019-11-22 Martin QuinsonMerge remote-tracking branch 'framagit/master'
2019-11-21 Augustin Degommeuse catch2 way of doing this
2019-11-21 Augustin DegommeAdd tolerance for floating point precision comparisons.
2019-11-20 Martin Quinsonrnd: cosmetics to ease the implem
2019-11-20 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-20 Yann DuplouyReverting the change to xbt_uniform_int
2019-11-20 Yann DuplouyAdding unit tests for the standard library distributions
2019-11-20 Yann DuplouyModifying how uniform integer are generated
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-12 Yann DuplouyUnit tests for xbt::random