Pseudo-Random Number Generator

IntroductionQuick ReferencesHow Do I ... TopicsBuilt-in ToolsScripting and Programming

This tool generates a pseudo-random sequence of bits, which presents a dialog for you to set the number of bits and a seed, and then uses an algorithm to generate a sequence of bits. To activate the tool, you can choose Pseudo-Random Number Generator... item From the Tools menu.

If the CryptoAPI is available in your system, the data produced by the tool is cryptographically random. Otherwise, the data generated by the tool is "C" compiler random.

If you have access to a good random source, you can enter Initialization Data with a random number. The tool will then use the data to further randomize its internal seed. Failing to initialize the data is acceptable.

What do you want to do?

To view command options