Random Number Generator That Sees Into the Future
hackajar writes "Red Nova news has an interesting article about a random number generating black box that may be able to see into the future. From the article: "according to a growing band of top scientists, this box has quite extraordinary powers. It is, they claim, the 'eye' of a machine that appears capable of peering into the future and predicting major world events"."
>Add it all up and you'll find that just by chance, this machine is EXPECTED to have major spikes before world events
Actually, the people involved in the project are already aware of this;
From their FAQ:
How do you make the leap that the deviations from randomness are related to world events or consciousness? After all, when you find a deviation you can check the news and ALWAYS find some world event that is taking place, because world events happen every day. There are never days without world events anymore, so it seems that there is a possibility that this is just a coincidence.
The leap we make is only to ask the question. The answer seems to be yes, there are correlations. With regard to your concern that we can always find a special event to fit the data, we fully agree. However, we do our experimental work the other way around from what you have inferred. First we make a prediction that some identified event will have an effect, then we assess the data to see the actual outcome. Though some people suggest that we should do so, we never "find a deviation [and then] check the news", because you are right -- it will always be possible to find some event that we might imagine was the cause. The GCP methodology is prediction-based. Before the data are examined, a prediction is registered, with all necessary analysis specifications, and only then do we perform the analysis that allows us to quantify the correlation and assign it a probability against chance.
The surprise isn't how often we make bad choices; the surprise is how seldom they defeat us.
Who knows, maybe this will be some sort of evidence of us existing in a simulated world. Perhaps one where the people running it wish to know how people perceive what everyone thinks up to a major disaster. The simulation might need to increase its recording rate of people's minds leading up the the event. Or whatever. Just a thought.
I stumbled across this project years ago as I was researching "real" random number generation for encryption work. I found a very peculiar disclaimer from some manufacturers that claimed that the output would not be random is used in Psi research.
From that I found multiple pointers to a book, Margins of Reality, by Jahn and Dunne. It details research done at the Princeton Engineering Anomalies Research lab. They basically run millions of RNG trials with people trying to influence the result, and they get pretty much statistically provable effects, but at a very low level (something like a 5 parts per 10,000 deviation from the norm.) What's freaky is it's so consistent they've gotten to the point that they can tell you which test subject is influencing things by the results. Very freaky stuff.
Anyway, even if you're a die-hard prove-it-to-me science buff, the research results described in the book will really make you ponder how well we understand things, particularly RNGs and rigorous test procedures, if nothing else.
Any stream of random numbers will work. If a *special* stream is required, then it's not random...
No, this is incorrect. There exists an infinite variety of streams of random numbers, and not all of them have the same properties, nor are they of the same quality, nor would all random number sources normally be expected to react to outside events (like someone coming to the lab and "concentrating") in the same way. Random numbers can be gotten from a radioactive source (which might be one of thousands of different isotopes), rolling dice, unstable electronic circuits, dripping faucets, the weather, etc. All can map cleanly to a given range and can usually pass all tests used to determine whether or not a sequence is truly random. The pseudorandom numbers that are commonly used in computing (for example) are generated by linear congruential methods and they fail these tests; k-tuples of these numbers form a lattice structure when you plot them in k-dimensional space. If any stream of truly random numbers will work, then any of these sources can be used to predict the future!
Now granted, this is all solidly in the realm of nonsense, so this discussion is already a bit esoteric. But if you seriously think that these guys are right and that outside events are reflected in their random number streams, then the question arises, is there a connection between these human-world events and the random number generator they're using, or is the connection between those events and the random numbers themselves- just by virtue of their randomness?
I say it's between outside events and the particular generator being used, because that (although wildly implausible) is the weaker of these two claims- which are both whoppers. If the prediction comes from the numbers themselves, then the claim being made here is a much, much stronger claim- that any random process is somehow connected to major events in the human world. Now that's the sort of magic I stopped believing in by the time I was 4. (I don't buy the weaker claim either, but I have to acknowledge that it has an infinitely greater chance of being true than the stronger claim.)