Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Defines C++ classes for xbt RNG.
[simgrid.git] / include / xbt / random.hpp
2020-02-06 Arnaud GierschDefines C++ classes for xbt RNG.
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-28 Yann DuplouyDocumenting xbt/random a little bit
2019-11-20 Martin Quinsonrnd: cosmetics to ease the implem
2019-11-20 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-20 Yann DuplouyIntroducing choice between the standard library and...
2019-11-19 Martin QuinsonMerge branch 'xbt_random' into 'master'
2019-11-12 Yann DuplouyFixes to xbt::random
2019-10-23 Yann DuplouyMerge branch 'master' into xbt_random
2019-10-21 Yann DuplouyAdding the normal distribution
2019-10-21 Yann DuplouyAdding the exponential distribution
2019-10-21 Yann DuplouyRemoving variable names from the header…
2019-10-21 Yann DuplouyA first version of the xbt/random module