()
| 510 | } |
| 511 | |
| 512 | function randomizeInputs(){ |
| 513 | speedInput.value = Math.ceil(Math.pow(Math.random(),2)*100); |
| 514 | xFreqInput.value = Math.ceil(Math.random()*50); |
| 515 | yFreqInput.value = Math.ceil(Math.random()*50); |
| 516 | xAmpInput.value = Math.ceil(Math.random()*100); |
| 517 | yAmpInput.value = Math.ceil(Math.random()*100); |
| 518 | |
| 519 | getUserInputs(); |
| 520 | setOscSpeed(); |
| 521 | //createAnimation(); |
| 522 | } |
no test coverage detected