MCPcopy Create free account
hub / github.com/Milkyroad/SCiPNET / randomVa

Function randomVa

public/src/js/control.js:8–10  ·  view source on GitHub ↗
(max, min)

Source from the content-addressed store, hash-verified

6
7 //generate data
8 function randomVa(max, min) {
9 return Math.random() * (max - min) + min
10 }
11 window.dataRandom = setInterval(function() {
12 valueList = {
13 "Reactor Core (°C)": randomVa(870, 800),

Callers 2

siteControlFunction · 0.70
mainHTMLFunFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected