* Set the seed of the internal LinearCongruentialGenerator.
(seed: number)
| 1539 | * Set the seed of the internal LinearCongruentialGenerator. |
| 1540 | */ |
| 1541 | setSeed(seed: number): void { |
| 1542 | this.rng.setSeed(seed); |
| 1543 | } |
| 1544 | |
| 1545 | /** |
| 1546 | * Sample index via top-p sampling. |
no outgoing calls
no test coverage detected