Blog
JavaScript – Easy Random Number Generator Function
Many times I find myself writing code which involves finding a random number in a given range. Often times that number needs to be an integer. Since this is such a common task, I figured I would share a brief snippet of code with you all: The above function can Read more…