Generation

generate functionTue, 25 Apr 2023

cuando cierre el programa, se rellenará el archivo de forma aleatoria con "Error"

Script function rand (p1, p2) { let result = Math.random() * (p2 - p1) + p1; return result; } rand.toFixed(2);

Questions about programming?Chat with your personal AI assistant