[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Pattern

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 49
Thread images: 3

Is a random pattern not following any pattern, actually a pattern?

Is random number generator actually creating numbers in a pattern but we cant see it cuz its to o big?
>>
random number generation is not possible in a deterministic universe

>b-but muh quantum ph-
let me stop you right there. we merely lack the technology to understand and predict the movement of quantum particles, that does not make them random. the universe is deterministic, not probabilistic
>>
>>8280594
a number is not proveable to be random

>Is random number generator actually creating numbers in a pattern but we cant see it cuz its to o big?
yes
>>
>>8280606
>I fight very hard not to be personally responsible for anything, the post.
>>
>>8280621
Provide the tiniest shred of evidence that there is anything in the universe that is not either stochastic or deterministic
>>
82
>>
>>8280623
Stochastic means random, you literally just said everything is either random or not random
>>
>>8280606
You're an idiot.
>>
491053167324689
>>
>>8280661
nice argument you got there troglodyte
>>
before you say "i generated a random number" you need to say what distribution you're drawing from
>>
>>8280606
If you're just stating that the world is deterministic without giving arguments you cannot expect people to take you serious.
>>
902
>>
>>8280606
>we merely lack the technology to understand and predict the movement of quantum particles
What is Bell's Theorem
>>
>>8280594
Randomness is a property of complex nonlinear dynamical feedback systems.
>>
>>8280606
T. Infinite regression shill
>>
>>8280606
But then what's the inteference pattern we see?
>>
>>8280608
>>8280606
I tend to agree and thanks.
>>
>>8280779
Not him, but I can't believe that so many people think the universe isn't deterministic.

>>8281568
Infinite regression is almost certain, whether there's a patter in that regression is a whole different issue.
>>
>>8281676
you don't get it, he is saying probability is deterministic as well as it is bound to physics

only what can happen, will happen.
>>
>>8280685
Thats not random thats a german telephone number.
>>
>>8282602
Me too, its funny.

If we allow idea of total chaos then all knowledge stops at certain stage after which laws break down...

That doesnt make sense.

Since Universe is a whole, either everything makes sense (once we understand it) or nothing can ever make sense.

There cannot be islands of deterministic Universe in absolute chaos, we may perceive it like that but only because those islands of deterministic Universe are actually islands of our contemporary knowledge as civilization. That creates illusion of things being not deterministic, but only because we dont see the pattern.

From Ultimate God's perspective Universe makes perfect sense and all cause-effect relationships are perfectly understood.
>>
is the universe continuous or discrete?
>>
File: fatalism_large1.jpg (231KB, 1108x1402px) Image search: [Google]
fatalism_large1.jpg
231KB, 1108x1402px
>>8280606
>the universe is deterministic, not probabilistic
Well, at least we've solved the Fermi Paradox.
Anon clearly isn't of this Earth because no humane possesses this knowledge.
Or maybe Anon is just passing off his emotional-needs based belief as though it were fact.
hmmmmm.....

Also, computers are deterministic, even if the universe isn't, so there was no reason for his little tirade.
>>
>>8280623
Autism, the post.
>>
File: bong.png (622KB, 450x600px) Image search: [Google]
bong.png
622KB, 450x600px
>>8282602
>I can't believe that so many people think the universe isn't deterministic.
And Einstein couldn't believe God plays dice with the universe.
Neither belief is scientific, and such discussions are best saved for when we're all gathered around the bong.
>>
>>8280594
>Is random number generator actually creating numbers in a pattern but we cant see it cuz its to o big?
Assuming you mean an algorithmic PSEUDO-random number generator, then yes, it's a pattern too big to recognize.
In particular, the industry standard is to use a generalized Fibonacci sequence.
The starting numbers are the "seed", usually chosen by looking at the current time on the system clock.
In the olden days, before m=MS-DOS we would typically have the computer count up to a big number over and over, while waiting for a user keypress.
Whatever the count was when the user pressed a key was the seed.
Then we take every nth sample of the sequence, and base the next output value on that.
We also only store the values to a certain number of digits.

Like this:
Start with a seed of 9 and 37, use every 3rd value, and only store 2 digits to the left of the decimal:
Our sequence is:
9 37 46 83 29 12 41 53 94 47 41 88 29 17 46 63 9 72
And "every third digit" is:
46 12 94 88 46 72

Now imagine using 32-64 bits per number, and every 9th digit...
>>
>>8282749
thanks, so we really havent achieved a true random number generator..

I wonder if creating AI will change this?

Or will it prove that nothing is random, not even human spitting random numbers (he might subconsciously follow a pattern).
I think that may be the case since what we perceive as random is often subconscious stimuli.

Like when you start singing a certain song, its not really random, often the lyrics are in sync with your emotional state or something you witnessed earlier that day.
>>
>>8282758
>so we really havent achieved a true random number generator..
sure we have, we just haven't implemented it entirely in silico

you can get theoretically, truly random numbers if you use an external source of noise
>>
>>8280594
1) maybe

https://www.youtube.com/watch?v=9rIy0xY99a0

https://www.youtube.com/watch?v=sMb00lz-IfE

2) if the RNG is based on anything else than quantum events, like atmospheric noise, its not truly random

https://www.youtube.com/watch?v=SxP30euw3-0

https://www.youtube.com/watch?v=itaMNuWLzJo

https://en.wikipedia.org/wiki/Random_number_generation
>>
>>8282790
>>
>>8281351
>Therom
>>
>>8282790
i probably should have added this as well

http://www.thegreatcourses.com/courses/chaos.html
>>
>>8282770
>you can get theoretically, truly random numbers if you use an external source of noise
Some software already does this for crypto keys using the sound-card mic input without a microphone to pick up RFI (radio frequency interference).
Though I'm sure half the OCD pedants here will still claim it's not "truly" random.
>>
>>8282826
that's what i meant by "external source of noise"
>>
>>8280594
>>8282683
Look here, true randomness.
http://qrng.anu.edu.au/
>>
>>8282826
>OCD pedants here will still claim it's not "truly" random

of course its not

you probably wont be able to find any kind of pattern in these phenomena 1) with our current technology 2) in a reasonable amount of time, but its not truly random

its perfectly fine for all practical uses, but its not truly random

am i missing something?
>>
>>8282851
>but its not truly random
before you decide whether something is truly random you need to describe what you mean by "random"
>>
>>8282790
good vids, thanks, I am watching them.
>>
>>8282881
dude, you're twisting my balls now

i guess im gonna go with this: random = something you cant predict with 100% probability
>>
>>8282851
>of course its not
Found the OCD pedant.
>>
>>8283020
what an acute observation, lol
>>
>>8283001
>i guess im gonna go with this: random = something you cant predict with 100% probability
a random variable following a normal distribution would fit that definition but would be a disastrous choice for a seed for an RNG
>>
>>8282817
>Supported by all experimental evidence
>>
>>8280606
>the universe is deterministic, not probabilistic
yeah you can't say this with any kind of certainty m8.

that being said I do like the hidden variable theory for quantum mechanics.
>>
>>8283040
why?
>>
>>8283086
because it sets some seeds as being more probable than others, increasing possibility of a successful attack
>>
>>8282826
>it's not "truly" random
That's because it's not random, it's arbitrary.

I understand the anti-autism counter-culture you're trying to push here, but that doesnt change the definitions of words.
>>
>>8283089
you can turn normal distribution into the flat one though, cant you?
Thread posts: 49
Thread images: 3


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.