randSeed(seed?: RNGSeed ): RNGSeed
Get / set the random number generator seed.
paramseed- The seed to set. Its type needs to match the currently active RNG seed type.
Set the numerical seed
```js
randSeed(Date.now())
```Set Alea string seeds
```js
randSeed(["buildnana", "rocks", "hard"])
returnsThe new seed.
sincev2000.0
groupMath
subgroupRandom