63
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 27 Aug 2023
63 points (84.6% liked)
Asklemmy
43859 readers
1688 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- !lemmy411@lemmy.ca: a community for finding communities
~Icon~ ~by~ ~@Double_A@discuss.tchncs.de~
founded 5 years ago
MODERATORS
If our universe is being simulated on somebody's desktop computer then yeah maybe, but if you were going to simulate a whole universe wouldn't you at least have a decent random number generator to prevent easily-detectable patterns?
If we assume a malicious intelligence simulating a universe with goal of not being detected, all bets are off -- this technique only works in a few cases, and that's probably not one of them. Also if it's true, I think we have bigger problems :D
There are a whole bunch of other assumptions too -- like the universe running the simulation has entropy and time that work the same way as ours. It's no magic simulation-detecting bullet -- but it's the only technique I could think of to make any progress whatsoever on the underlying philosophical question! A mote in the eye of a fictional God, so to speak.
In the hard sense, there are no such thing as random number generators on computers. With sufficient starting entropy and computing power, you can generate a mostly reasonable approximation. However, this must use more computing power than not doing it, which is the "signal" we're sending out to be detected by a fictional observer in the scenario the OP presented.
Interestingly, this technique is used to exfiltrate data from secure computers -- e.g. by making the CPU do slightly more work sometimes and modulating that to send data e.g. by radio emission, hard drive noise, power LED brightness changes, and so on. Here's a generic one for you, if you're curious: https://thesai.org/Publications/ViewPaper?Volume=9&Issue=1&Code=IJACSA&SerialNo=25
Also, there are sometimes interesting and strange artifacts even with our everyday "random" number generators. I read a really neat paper about that ten years ago, comparing the artifacts of random number generators across operating systems, which sadly I can't seem to find for you presently. There's an OK example for you here though: https://www.random.org/analysis/ under "simple visual analysis".
That kind of weird pattern is pretty typical of most 'random number' functions used in software that aren't security-facing (and sadly sometimes even ones that are). For cryptographically secure random numbers (more like the image to the left than the image to the right on that site), they are more computationally expensive to produce.