MCPcopy Create free account
hub / github.com/apache/tvm / setSeed

Method setSeed

web/src/runtime.ts:1541–1543  ·  view source on GitHub ↗

* Set the seed of the internal LinearCongruentialGenerator.

(seed: number)

Source from the content-addressed store, hash-verified

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.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected