randomize
|
The randomize function changes the seed for the random number generator.
The seed must be a positive Integer between 1 and 1,000,000. The value of the seed is
always returned. Usage The randomize function is used to change the seed of the random number
generator.
(randomize num ) Changes the seed for the random number generator and returns the seed.
Expression:
Arguments
Name
Type
Description Argument: num Number
A seed (Integer between 1 and 1,000,000)
Returns:
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
Here are the links to the data types of the function arguments.
Number | Integer |
Here are also a number of links to functions having arguments with any of these data types.
Analytic Information Server (AIS)AIS Component Systems
|