Gregory Bender

RAT (Randomize And Test)

Useful software that I've written in Visual Basic.

Created:

Updated:

// //

The design of experiments often requires the randomizing of subjects across conditions or the randomization of the order in which conditions are presented to a given subject. Accomplishing this task entails consulting a random number table, drawing numbers from a hat, or some other tedious method. Using a computer program to automate this task could save time. With this objective in mind, the program, RAT (Randomize And Test), was written to randomize the presentation of conditions to subjects.

RAT is a 32 bit Windows-based application developed with Microsoft Visual Basic version 6.0. The design of RAT concentrated on simplicity, ease of use, and utility. The user interface reflects these goals. It uses the random function available in Visual Basic. The random function is seeded with the current system time in milliseconds. The experimenter can save the output to a comma-delimited ASCII text file or print the output to a local or network printer using common Windows dialog boxes.

Current version: 2.3.0 ()

Operating system compatibility: Microsoft Windows 95, 98, Me, NT 3.51, NT 4.0, 2000, XP, Windows Vista, Windows 7, Windows 8, Windows 10

Price: Free!

Name change: RAT (Randomize And Test) used to be known as Randomizer. The name was officially changed on .

Download: rat.exe