Seed

The random number generator seed can be set in two ways:

  1. You can select Worksheet Options from the Tools menu, and change its value at the start of the worksheet from the Built-in Variables tab.

    – or –

  2. You can change its value in the body of the worksheet using the Seed function.

Seed(x) Resets the value of Seed to x, and returns the previous value.

Arguments:

In each case, unless noted,

Each seed value selects a unique sequence of uniformly distributed quasi-random numbers.

Note:

QuickSheet