Random number generator

There are many examples of "random" number generators on the Internet but many programs do not generate random numbers in a way that insures strong security.
Computer programming languages include functions that can generate random numbers (e.g. random number generator c++). Such library functions often have poor statistical properties and some will repeat patterns after only tens of thousands of trials. Library functions are often initialized based on computer's clock. So most random numbers used in computer programs are pseudo-random numbers, which means they are generated in a predictable fashion using a mathematical formula. Of course these library functions for generating random numbers may provide enough randomness for some simple tasks but they can't provide high-quality randomness.

My Password Generator is a random number generator that generates really random numbers
My Password Generator uses Universal Random Number Generator (URAND) subroutine for generating really random numbers and passwords. Universal Random Number Generator (URAND) is a subroutine for generating uniformly-distributed floating-point numbers in the interval (0,1). URAND is guaranteed to have a full-length cycle.

My Password Generator is random number generator software that helps you quickly and easily generate individual random numbers as well as random numbers list.

- Generate random numbers in a range
My Password Generator allows you to generate single random numbers as well as sets of random numbers.
You can set the lower and upper levels in a range, the number of random numbers you want to generate and optionally exclude duplicate numbers.

Generate random numbers with a fixed length
Using My Password Generator you can generate fixed length random numbers. You can set the number of random numbers that you want to generate, optionally exclude duplicate numbers and exclude the possibility of using duplicate digits in random numbers.

Download My Password Generator to generate random numbers easily

Monday, February 8, 2010