Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
35
export
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
randomGen
Function · 0.85
toString
Method · 0.45
Tested by
no test coverage detected