Random number*
* Pseudorandom
Generate random numbers with this easy-to-use generator. Get a random number, or several random numbers, limited by min and max. You can use this random generator, if you need a random choice. Or if you can't make your choice, and want to replace it with some random choice.
Pseudorandom means that numbers are being generated by the computer. Those numbers are not truly random. Since the computer in calculating these numbers uses some determined algorythm. That pseudorandomness is mostly enough for a great variety of tasks. But if you need a true random numbers, you should use some other generator.