RandomDataGenerator#sow()

sow(seeds)

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.<any>

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

Source code: math/RandomDataGenerator.js (Line 83)
doc_phaser
2017-02-14 11:06:46
Comments
Leave a Comment

Please login to continue.