Pierre Angelo

Generation

generate functionWed, 29 Mar 2023

b) float P02RandomRange(): Impulso aleatorio en un rango de valores definido [200, 500]

int P02RandomRange(){ return rand()%(500-200+1)+200; }

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