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

Function randomVa

public/src/js/military.js:37–39  ·  view source on GitHub ↗
(max, min)

Source from the content-addressed store, hash-verified

35var nuclearChart;
36// TODO: remove this functions later
37function randomVa(max, min) {
38 return Math.random() * (max - min) + min
39}
40// TODO: remove this part later
41jQuery.get("/src/ex_file/html/controldash.html", function (va) { //get control html code
42 $("head").append(`

Callers 2

configLineFunction · 0.70
military.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected