Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/gpujs/gpu.js
/ math.random.js
File
math.random.js
test/internal/math.random.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ assert, skip, test, module: describe, only } = require(
'qunit'
);
2
const
sinon = require(
'sinon'
);
3
const
{ GPU, plugins: { mathRandom } } = require(
'../../src'
);
4
Callers
nothing calls this directly
Calls
2
mathRandomUnique
Function · 0.85
mathRandomNeverAboveOne
Function · 0.85
Tested by
no test coverage detected