diff options
Diffstat (limited to 'include/comphelper/random.hxx')
-rw-r--r-- | include/comphelper/random.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/comphelper/random.hxx b/include/comphelper/random.hxx index 3b1fabb3f7aa..ca0d3dd2430b 100644 --- a/include/comphelper/random.hxx +++ b/include/comphelper/random.hxx @@ -23,7 +23,7 @@ namespace rng COMPHELPER_DLLPUBLIC void reseed(int i); // note that uniform_int_distribution is inclusive of b, i.e. [a,b] while -// uniform_real_distribution is exclusive of b, i.e. [a,b), [std/boost]::nextafter may be your friend there +// uniform_real_distribution is exclusive of b, i.e. [a,b), std::nextafter may be your friend there /// uniform distribution in [a,b) COMPHELPER_DLLPUBLIC double uniform_real_distribution(double a = 0.0, double b = 1.0); |