Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rely on template argument deduction (sonar, c++17).
[simgrid.git] / src / xbt / random.cpp
2022-04-25 Arnaud GierschRely on template argument deduction (sonar, c++17).
2022-01-06 Arnaud GierschUpdate copyright lines for 2022.
2021-03-27 Arnaud GierschAdd explaining comment.
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-10-23 Arnaud GierschMerge branch 'pikachuyann/simgrid-stoprofiles'
2020-10-08 Martin QuinsonMerge branch 'klement/simgrid-klement' into master
2020-10-05 Arnaud GierschMore uses of std::make_unique.
2020-10-02 Arnaud Giersch[sonar] Use "std::make_unique" to construct "std::uniqu...
2020-09-30 Martin QuinsonMerge branch 'adrien' into 'master'
2020-09-30 Martin QuinsonMerge branch 'master' into adrien
2020-09-26 Martin QuinsonMerge branch 'master' of framagit.org:Adrien.Gougeon...
2020-07-09 Arnaud Giersch[sonar] Explicit cast when loosing precision (src/xbt...
2020-07-03 Clément CourageuxMerge remote-tracking branch 'upstream/master' into...
2020-07-02 Arnaud Giersch[sonar] Declare functions "const" in src/xbt/.
2020-04-30 Arnaud GierschUse const reference for std::string parameters.
2020-04-29 Arnaud GierschAlso check that the i/o operation didn't fail.
2020-04-27 Yann DuplouyMerge branch 'random_readwritestate' into 'master'
2020-04-27 Yann DuplouyNow returns true if the file could be opened
2020-04-27 Yann DuplouyTries to handle IO errors
2020-04-15 Yann DuplouyIt is now possible to read/write the RNG state in a...
2020-02-06 Arnaud GierschDefines C++ classes for xbt RNG.
2020-02-06 Arnaud GierschPrefer a do-while in these cases.
2020-02-06 Arnaud GierschFix division by zero on 32bit systems.
2020-02-06 Arnaud GierschMerge branch 'doc' into 'master'
2020-02-06 Arnaud GierschExclude max from range for xbt::random::uniform_real.
2020-02-06 Arnaud GierschCosmetics in xbt/random.
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-27 Yann DuplouyRedraw if the random number is too close to max, to...
2019-11-22 Yann DuplouyMerge branch 'master' into stoprofiles
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 DuplouyModifying how uniform integer are generated
2019-11-20 Yann DuplouyIntroducing choice between the standard library and...
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-18 Yann DuplouyAssertion to force maximum value to be greater or equal...
2019-11-12 Yann DuplouyFixes to xbt::random
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-21 Yann DuplouyUsing the proper c++ way to get the min double value
2019-10-21 Yann DuplouyAdding the normal distribution
2019-10-21 Yann DuplouyAdding the normal distribution
2019-10-21 Yann DuplouyAdding the exponential distribution
2019-10-21 Yann DuplouyA first version of the xbt/random module