Merge pull request #44527 from mrcrypster/patch-3

Fixed minor errors in functions docs
This commit is contained in:
Robert Schulze 2023-01-02 15:05:59 +01:00 committed by GitHub
commit 24a3085251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -353,7 +353,7 @@ Typical usage:
{
R"(
Returns a random number from the exponential distribution.
Accepts one parameter.
Accepts one parameter - lambda value.
Typical usage:
[example:typical]
@ -413,7 +413,7 @@ Typical usage:
{
R"(
Returns a random number from the Bernoulli distribution.
Accepts two parameters - probability of success.
Accepts one parameter - probability of success.
Typical usage:
[example:typical]
@ -458,7 +458,7 @@ Typical usage:
{
R"(
Returns a random number from the poisson distribution.
Accepts two parameters - the mean number of occurrences.
Accepts one parameter - the mean number of occurrences.
Typical usage:
[example:typical]