Randomize

Seeds the pseudo-random number generator with an integer number, ensuring repeatable number patterns.

Method Signature

Randomize(seed=[numeric], algorithm=[string])

Arguments

ArgumentTypeRequiredDescriptionDefault

seed

numeric

true

The number to seed the Random with

algorithm

string

false

The algorithm to use to generate the random number.

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC