{{sidenavigation.sidenavigationExpandLabel}}
{{getMsg('Help_YouAreHere')}}: {{page.title}} {{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}} {{helpModel.downloadHelpPdfDataStatus}}

Rnd

Return a (pseudo-)random number between 0 (inclusive) and 1 (exclusive).

Usage:

Rnd()
Rnd( seed )

Parameters:

seed The seed used to create the pseudo-random numbers. If the seed is 0, the last used random value is returned. If the seed is negative, the random number generator is initialized with this number, which makes it possible to get random yet reproducible results. If the seed is positive, nothing special happens - the random numbers will not be reproducible.

Returns:

Numeric value

Examples:

rnd()	//0.183
rnd()	//0.511
i-net Clear Reports
Diese Anwendung verwendet Cookies um das Einloggen zu ermöglichen. Durch die weitere Nutzung dieser Anwendung stimmen Sie der Verwendung von Cookies zu.


Hilfe - Rnd