Home > lang > randomize 
 en fr de es it nl pl pt pt_BR mk sq ca cs tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
RANDOMIZE
RANDOMIZE [ Seed AS Integer ]

Initializes the pseudo-random numbers generator with the specified Seed.

If Seed is not specified, then the generator is initialized with the current date and time.

The same seed will always give you the same generated values.

See also

Random Numbers Functions