MCPcopy
hub / github.com/josdejong/mathjs / times

Function times

test/unit-tests/function/probability/random.test.js:158–162  ·  view source on GitHub ↗
(n, callback)

Source from the content-addressed store, hash-verified

156}
157
158function times (n, callback) {
159 for (let i = 0; i < n; i++) {
160 callback()
161 }
162}

Callers 2

random.test.jsFile · 0.70
_bernoulliFunction · 0.50

Calls 1

callbackFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…