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

Function rand

test/support.js:277–279  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

275 },
276
277 rand() {
278 return Math.floor(Math.random() * 10e5);
279 },
280
281 isDeepEqualToOneOf(actual, expectedOptions) {
282 return expectedOptions.some(expected => isDeepStrictEqual(actual, expected));

Callers

nothing calls this directly

Calls 1

randomMethod · 0.80

Tested by

no test coverage detected