True Random Numbers: What's the Difference?

In summary, it seems like diceomaticas may not be as opposed to pseudo-random numbers as previously thought.
  • #1
epkid08
264
1
as opposed to pseudo-random numbers?
 
Computer science news on Phys.org
  • #3


epkid08 said:
as opposed to pseudo-random numbers?

it depends on whether there are hidden variables or not. We still don't know. (Although this post may start yet another debate over whether there are hidden variables and whether most scientists think there are, or not).

Also, the generation of random or pseudo-random numbers is not the claim to fame for quantum computers. The same thing can be done by simply watching nuclear decay.
 
  • #4


fleem said:
it depends on whether there are hidden variables or not. We still don't know. (Although this post may start yet another debate over whether there are hidden variables and whether most scientists think there are, or not).

Well, the question was "according to theory," not "according to fact"...and according to Bell's theorem,

No physical theory of local hidden variables can ever reproduce all of the predictions of quantum mechanics.

I'm not saying theory is correct, but this is the answer according to theory..
 
  • #5


junglebeast said:
Well, the question was "according to theory," not "according to fact"...and according to Bell's theorem,

No physical theory of local hidden variables can ever reproduce all of the predictions of quantum mechanics.

I'm not saying theory is correct, but this is the answer according to theory..

Well I do take exception to that statement of Bell's, but also there is the possibility of non-local hidden variables, which is not addressed by it (and I happen to be a non-local hidden variable-ist at heart, fwiw).

EDIT: But i should also point out that i disagree with Bohm, as well. I'm just a difficult guy to please.
 
Last edited:
  • #6


fleem said:
Well I do take exception to that statement of Bell's, but also there is the possibility of non-local hidden variables, which is not addressed by it (and I happen to be a non-local hidden variable-ist at heart, fwiw).

EDIT: But i should also point out that i disagree with Bohm, as well. I'm just a difficult guy to please.

Can you elaborate on the difference between local and non-local, and why you believe in non-local? I'm also a difficult guy to please :tongue:
 
  • #7


junglebeast said:
Can you elaborate on the difference between local and non-local, and why you believe in non-local? I'm also a difficult guy to please :tongue:

Non-local in this context means disobeying our (rather classical) concept of causality.

Note that we never raise an eyebrow at a local process that, if separated by some distance, we would call spooky (disobeying causality). Two local particles are welcome to interact in a variety of ways as long as they obey certain laws after they are done interacting. Our current understanding, however, places certain restrictions on how those particles should behave together if there is a distance between them. So the concept of distance and finite light speed is paramount in the definition of causality. Entangled particles are spooky simply because they behave as if they are local yet they are apparently not.

The two most obvious examples of non-locality are entanglement and Mach's principle. "Entanglement" and "non-local" appear all over the place in literature, but "Mach's principle" and "non-local" don't show up much together. Mach's principle is ignored because its an old unanswered question we've come to mostly ignore, not because it isn't profoundly important. It is our decision to ignore Mach's principle that is preventing us from understanding some things.

There must be something that mediates Mach's principle and mediates the communication between entangled particles. Or our concept of distance and time need to be reviewed (and that's what I think needs to be done, and i have some ideas on that). In either case, the interactions that mediate those things might very well be the non-local hidden variables that force QM to be a statistical theory.
 
  • #8


Random number generation has nothing to do with quantum computers. We could create true quantum random number generators easy enough (easy in theory, getting it all to work well enough and stable enough would be an engineering feat, assuming it's even possible). For an explicit example (although, this is almost certainly not the most convient way to implement this in the real world) say you want to generate a truly random x bit number: Pass a stream of electrons through a z-oriented stern-gerlach box (which I will just call SGz), take the Sz+ stream and for each electron pass it through an SGx machine, if it comes out Sx+ call that bit a 1, if it comes out Sx-, call that bit a 0. Tada. You've generated a truly random number (there is an exactly, truly random, 50-50 change that the Sz+ electron will come out of the SGx as + or -).
 

1. What is the difference between true random numbers and pseudo-random numbers?

True random numbers are generated through a physical process that is completely unpredictable, such as using atmospheric noise or radioactive decay. Pseudo-random numbers, on the other hand, are generated through a deterministic algorithm and may appear random, but can be predicted if the algorithm is known.

2. Why is it important to have true random numbers?

True random numbers are important in many fields, such as cryptography, gambling, and scientific research. They provide a level of unpredictability and randomness that is necessary for accurate and unbiased results in these applications.

3. How are true random numbers generated?

True random numbers can be generated through various physical processes, such as using a random number generator (RNG) that measures atmospheric noise or thermal noise. Another method is through the use of quantum mechanics, which can produce truly random numbers through the measurement of quantum phenomena.

4. Can true random numbers be biased?

No, true random numbers cannot be biased. Since they are generated through a physical process that is completely unpredictable, there is no way to manipulate or bias the numbers in any way. This is why they are considered the most reliable and unbiased source of randomness.

5. Are all random number generators considered true random numbers?

No, not all random number generators are considered true random numbers. Some generators may use algorithms or patterns that can be predicted, making them pseudo-random numbers. Only generators that use a physical process that is truly unpredictable can be considered true random numbers.

Similar threads

Replies
12
Views
545
  • Set Theory, Logic, Probability, Statistics
Replies
9
Views
513
  • Computing and Technology
Replies
4
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
1K
Replies
5
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
907
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
11
Views
474
  • Set Theory, Logic, Probability, Statistics
Replies
5
Views
446
  • Programming and Computer Science
Replies
1
Views
622
Back
Top