diff --git a/gama.extension.maths/src/gama/extension/maths/random/Random2.java b/gama.extension.maths/src/gama/extension/maths/random/Random2.java index 28fd42b2a9..459796f8cc 100644 --- a/gama.extension.maths/src/gama/extension/maths/random/Random2.java +++ b/gama.extension.maths/src/gama/extension/maths/random/Random2.java @@ -140,7 +140,7 @@ public static Double OpExpDist(final IScope scope, final Double rate) category = { IOperatorCategory.RANDOM }, concept = { IConcept.RANDOM }) @doc ( - value = "returns a random value from a Log-Normal distribution with specified values of the shape (alpha) and scale (beta) parameters. See https://en.wikipedia.org/wiki/Log-normal_distribution for more details. ", + value = "returns a random value from a Log-Normal distribution with specified values of the expected value (or mean) of the variable's natural logarithm (shape) and the standard deviation of the variable's natural logarithm (scale) parameters. See https://en.wikipedia.org/wiki/Log-normal_distribution for more details. ", examples = { @example ( value = "lognormal_rnd(2,3)", equals = "0.731",