How to Generate Random numbers in Javascript based on the provided range Minimum and Maximum characters
I have a bit weird requirement where I need to generate Random numbers of the length that is given by user. User can give Minimum Length
and the Maximum Length
and I need to generate the random numbers which consist of the character length between this range.