Is there a way to generate a number number between two limits without using the sran and rand function
What it is that i have a while (1) (super loop) which calls a function every 10 ms seconds. in the function a for loop is used to create a delay, but, everytime the function is access the delay should be different but between two limts, 8 and 2 ms, for(x=0;x<random_number;x++)
Is there a way to generate a number number between two limits without using
Share
Try bellow hope this will answer your question.