Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/ pick
Function
pick
src/components/Markdown.robustness.test.tsx:110–112 ·
view source on GitHub ↗
(rng: () => number, values: T[])
Source
from the content-addressed store, hash-verified
108
}
109
110
function pick<T>(rng: () => number, values: T[]): T {
111
return values[Math.floor(rng() * values.length)] as T
112
}
113
114
type MarkdownRobustnessCase = {
115
name: string
Callers
1
generateCase
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected