MCPcopy
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
27function randchoice(array) {
28 return array[randint(array.length)];
29}
30
31
32//---- mainline

Callers 1

logOneFunction · 0.85

Calls 1

randintFunction · 0.85

Tested by

no test coverage detected