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 |
- Source code: math/RandomDataGenerator.js (Line 83)
Please login to continue.