Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
81
def
_make_random_token_sequence(length: int) -> str:
82
symbols = random.choices([
"Δ"
,
"Ω"
], k=length)
83
return
" "
.join(symbols)
84
85
86
async
def
evaluate(
Callers
1
evaluate
Function · 0.85
Calls
1
join
Method · 0.80
Tested by
no test coverage detected