- Randomization
Randomization is the process of making something
random ; this means:
* Generating arandom permutation of a sequence (such as when shuffling cards).
* Selecting arandom sample of a population (important in statistical sampling).
* Generatingrandom number s: seeRandom number generation .
* Transforming adata stream using a scrambler intelecommunications .Applications
Randomization is used extensively in the field of
gambling (or generally being random). Imperfect randomization may allow a skilled gambler to have an advantage, so much research has been devoted to effective randomization. A classic example of randomization is shuffling playing cards.Randomization is a core principle in the statistical theory of
design of experiments . Its use was extensively promoted byR.A. Fisher in his bookStatistical Methods for Research Workers . Randomization involves randomly allocating the experimental units across thetreatment groups . Thus, if the experiment compares a new drug against a standard drug used as a control, the patients should be allocated to new drug or control by a random process.Randomization is "not" haphazard; it serves a purpose in both
frequentist andBayesian statistics. A frequentist would say that randomization reducesbias by equalising otherfactors that have not been explicitly accounted for in the experimental design. Considerations of bias are of little concern to Bayesians, who recommend randomization because it produces ignorable designs. In design of experiments, frequentists preferCompletely Randomized Design s. Other experimental designs are used when a full randomization is not possible. These cases include experiments that involveblocking and experiments that have hard-to-change factors.:"See also:
Applications of randomness "Techniques
Although historically "manual" randomization techniques (such as shuffling cards, drawing pieces of paper from a bag, spinning a
roulette wheel) were common, nowadays automated techniques are mostly used. As both selectingrandom sample s andrandom permutation s can be reduced to simply selecting random numbers,random number generation methods are now most commonly used, bothhardware random number generator s andpseudo-random number generator s.Non-algorithmic randomization methods include:
* Castingyarrow stalks (for theI Ching )
* Throwingdice
* Drawing straws
* Shuffling cards
*Roulette wheels
* Drawing pieces of paper or balls from a bag
* "Lottery machines"
* Observingatomic decay using a radiation counterLinks
* [http://jan.seifseit.de/programme/qube/qube.php RQube] - Generate quasi-random stimulus sequences for experimental designs
* [http://www.randomisation.eu RandList] - Randomization List GeneratorSee also
*
Randomized algorithm
Wikimedia Foundation. 2010.