MCPcopy Create free account
hub / github.com/FastMAS/KVCOMM / _make_random_token_sequence

Function _make_random_token_sequence

experiments/benchmark_TTFT.py:81–83  ·  view source on GitHub ↗
(length: int)

Source from the content-addressed store, hash-verified

79 return args
80
81def _make_random_token_sequence(length: int) -> str:
82 symbols = random.choices(["Δ", "Ω"], k=length)
83 return " ".join(symbols)
84
85
86async def evaluate(

Callers 1

evaluateFunction · 0.85

Calls 1

joinMethod · 0.80

Tested by

no test coverage detected