Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/trentm/node-bunyan
/ randchoice
Function
randchoice
examples/long-running.js:27–29 ·
view source on GitHub ↗
(array)
Source
from the content-addressed store, hash-verified
25
}
26
27
function
randchoice(array) {
28
return
array[randint(array.length)];
29
}
30
31
32
//---- mainline
Callers
1
logOne
Function · 0.85
Calls
1
randint
Function · 0.85
Tested by
no test coverage detected