MCPcopy
hub / github.com/bbycroft/llm-viz / constructor

Method constructor

src/utils/random.ts:36–38  ·  view source on GitHub ↗
(seed?: number)

Source from the content-addressed store, hash-verified

34
35export class Random {
36 constructor(seed?: number) {
37 this.random = randomGen(seed?.toString());
38 }
39
40 random: UniformDistGenerator;
41

Callers

nothing calls this directly

Calls 2

randomGenFunction · 0.85
toStringMethod · 0.45

Tested by

no test coverage detected