.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

FORMULA LANGUAGE


@Random
Example

Generates a random number between 0 and 1, inclusive.

Syntax

@Random

Usage

To generate a random number between any two numbers x and y, use the formula

( y - x )*@Random + x

Language cross-reference

Rnd function of LotusScript language

Example
See Also