Tag: random
Generate a List of Random Numbers
Sometimes a list of random numbers is required for temporary passwords, pin codes, or just dummy data for your database application.
This can easily be produced without having to key in multiple entries. In the sample we use the RANDBETWEEEN function which returns a random number between the ranges you provide in the function's arguments. You can follow the simple example below that will give a 5-digit random number.