Hello,
Maybe my question seems obvious simplistic but I didn't find it.
How could we get a random number from a negative range to a positive range (-100 ->>> 1000) ?
My wish is to obtain some results like this :
- 10, -2, 56, 78, 89, -1, 67, -20, 28, 84, 56, -150.....
Moreover, I have a second question.
I set a random timer which gives us interesting results (attachment below)
So, my problem is coming now from the periodicity. I want that when a short value is returned, the next value has to be very short also and followed like this by an other one.
What I mean is something groovy like this :
______ - - - - _______ - --______--_---_---___--_--____________--------_---_-
Any advice to give me ?
Many thanks