![]()
|
srandom
|
The srandom function returns a pseudo-random number between zero and num. When to use The srandom function is used to produce a pseudo random number between zero
and a specified number.
(srandom num ) Returns a pseudo random number between zero and num.
Here are a number of links to Lambda coding examples which contain this instruction in various use cases.
This example shows how the
srandom function returns a pseudo-random number limited
by the user-specified Number argument.
Here are the links to the data types of the function arguments. Here are also a number of links to functions having arguments with any of these data types.
You can always talk with the AIS at aiserver.sourceforge.net.
Name
Description
AIS Types num The top of the range of the pseudo random numbers to be generated. Number
Returns:
Examples
Argument Types
Number
Integer
How do I contact the AIS team?