Phaser API Documentation

  Version: 
sow(seeds)

Description:

Reset the seed of the random data generator.

Note: the seed array is only processed up to the first undefined (or null) value, should such be present.

Parameters:

name type description
seeds Array.<string>

The array of seeds: the toString() of each value is used.