MCPcopy
hub / github.com/sequelize/sequelize / rand

Function rand

test/support.js:245–247  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

243 },
244
245 rand() {
246 return Math.floor(Math.random() * 10e5);
247 },
248
249 isDeepEqualToOneOf(actual, expectedOptions) {
250 return expectedOptions.some(expected => isDeepStrictEqual(actual, expected));

Callers

nothing calls this directly

Calls 1

randomMethod · 0.80

Tested by

no test coverage detected