Anybody know how can I generate random numbers in a specific time period and specific number.
For i.e I want to generate any random number 7 times only in a minute.
I don't know how can I do this using in jquery using setInterval or setTimeout.
Any help would be appreciate.
Thanks All