Team:HKUSTers/Project
From 2008.igem.org
Cygladyswong (Talk | contribs) |
Cygladyswong (Talk | contribs) |
||
Line 144: | Line 144: | ||
[[Image:381184220_4cfce0c86a.jpg|200px|right|frameless]] | [[Image:381184220_4cfce0c86a.jpg|200px|right|frameless]] | ||
- | You may not have realized it, but ''randomness'' is very important even outside the casino. It plays an important role in mathematics, statistics, computer science and even medicine. Randomness is often needed in reducing bias. | + | You may not have realized it, but ''randomness'' is very important even outside the casino. It plays an important role in mathematics, statistics, engineering, computer science and even medicine. Randomness is often needed in reducing bias. |
Here are some examples of natural occuring random events: | Here are some examples of natural occuring random events: | ||
Line 154: | Line 154: | ||
==True Randomness?== | ==True Randomness?== | ||
- | There are various scientific or social areas in which randomness is required for fair | + | There are various scientific or social areas in which randomness is required for fair analysis. When random numbers are needed, they are usually generated by computers. The computers may use information say, time, and long complicated mathematical processes to generate the number. So, is this ''true randomness''?? The result may actually just be determined by the time at which the generation is kicked start. It is still not absolutely random. |
Therefore, we have decided to design a . . . | Therefore, we have decided to design a . . . | ||
Line 160: | Line 160: | ||
[[Image:name_ran3.jpg|800px|center|frameless]] | [[Image:name_ran3.jpg|800px|center|frameless]] | ||
- | This is going to be biologists' random generator. | + | This is going to be biologists' random generator. It is not just a biological slot machine, but a random number generator. |
- | The results cannot be controlled or altered by humans | + | The cell will have a either 0 or 1 state. By using more then 1 cell, a binary number can be generated. |
+ | The results cannot be controlled or altered by humans. ''It is true randomness!!!'' (yes, ideally) | ||
==Our circuit== | ==Our circuit== |
Revision as of 22:55, 13 October 2008
Home | The Team | The Project | Parts Submitted to the Registry | Modelling | Notebook | Gallery |
Randomness is everywhere!
You may not have realized it, but randomness is very important even outside the casino. It plays an important role in mathematics, statistics, engineering, computer science and even medicine. Randomness is often needed in reducing bias. Here are some examples of natural occuring random events:
>> Random motions of molecules that explains phenomena in thermodynamics and properties of gases
>> Random genetic mutations that lead to diversity of life and makes natural selection possible
True Randomness?
There are various scientific or social areas in which randomness is required for fair analysis. When random numbers are needed, they are usually generated by computers. The computers may use information say, time, and long complicated mathematical processes to generate the number. So, is this true randomness?? The result may actually just be determined by the time at which the generation is kicked start. It is still not absolutely random.
Therefore, we have decided to design a . . .
This is going to be biologists' random generator. It is not just a biological slot machine, but a random number generator. The cell will have a either 0 or 1 state. By using more then 1 cell, a binary number can be generated. The results cannot be controlled or altered by humans. It is true randomness!!! (yes, ideally)