Difference between revisions of "Random number"
Jump to navigation
Jump to search
(usb) |
(form) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
Some traditional means of generating random numbers are throwing dice or casting lots. Democracy in Athens operated in part on casting lots from a pool of candidates in a process called sortition. | Some traditional means of generating random numbers are throwing dice or casting lots. Democracy in Athens operated in part on casting lots from a pool of candidates in a process called sortition. | ||
| − | Jurors are chosen from the Jury Pool at random for Voir Dire.<ref>http://www.lpclerk.com/departments/juryDuty.cfm</ref> This is likely done via a computer software pseudo random number generator that is seeded with a computer clock. Students seeking entry into charter schools are chosen via a lottery. | + | Jurors are chosen from the Jury Pool at random for Voir Dire.<ref>http://www.lpclerk.com/departments/juryDuty.cfm</ref> This is likely done via a computer software pseudo random number generator (PRNG) that is seeded with a computer clock. Students seeking entry into charter schools are chosen via a lottery. |
| − | Hardware random number generators are available in small USB packages. | + | Hardware (true) random number generators (TRNG) are available in various formats, including small USB packages. |
==References== | ==References== | ||
Latest revision as of 23:05, February 11, 2017
A random number is one that is drawn from a set of possible values, each of which is equally probable.[1]
Some traditional means of generating random numbers are throwing dice or casting lots. Democracy in Athens operated in part on casting lots from a pool of candidates in a process called sortition.
Jurors are chosen from the Jury Pool at random for Voir Dire.[2] This is likely done via a computer software pseudo random number generator (PRNG) that is seeded with a computer clock. Students seeking entry into charter schools are chosen via a lottery.
Hardware (true) random number generators (TRNG) are available in various formats, including small USB packages.