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);

Want to kickstart your project?Use the new AI Studio to create your code