Simple Solver

Boolean Minimization, Permutations, Random Numbers, Logic Design and Simulation

Random Number Generator

The Random Number generator produces random sequences of numbers in the range of -9999 to 9999. The randomizer is initialized by using the system timer as the new seed value.

random number image





               Screenshot







Refer to RANDOM.ORG for additional information and other random number generators.


Output Options

1. Unique - Eliminates repeated numbers. If a number repeats, the generator discards it and generates the next random number.

2. Map Names - Replaces positive numbers (1 2 3 ...) with names (a b c A B C cat DOG Jane George ...) listed in a file.

The file must be named MapFile.txt and located in the SSolver8\bin directory. An example MapFile.txt with animal names is provided with SSolver.

3. Word Wrap - Prints output in a row with word wrap.

Random Number

RAND can be used for many purposes: shuffling 52 numbers (like a deck of cards), randomly selecting a subset of operations for sample testing, and so forth.