| Thread Closed |
Can the mind generate random numbers? |
Share Thread | Thread Tools |
| May26-12, 02:16 PM | #52 |
|
|
Can the mind generate random numbers?What you are calling random and truly random, is probably better referred to as pseudo-random, and random. |
| May26-12, 02:20 PM | #53 |
|
|
|
| May26-12, 02:23 PM | #54 |
|
|
If you go back and review the links in this thread, much of this is addressed. |
| May26-12, 02:33 PM | #55 |
|
|
|
| May26-12, 02:38 PM | #56 |
|
|
|
| May26-12, 08:27 PM | #57 |
|
|
Humans are often hopeless at seeing the majority of patterns out there, even for things that are highly deterministic like recurrence relations to name one. As soon as the 'random-like' behaviour crosses a threshold, it becomes too hard to make sense of. |
| May27-12, 06:06 AM | #58 |
|
|
There is no unambiguous test for 'randomness'. Lotteries have been attempting to do this forever. While non-random patterns are rather easily detected, it is, by definition, impossible to devise an algorithm that 'proves' any set is truly 'random'. Oddly enough, the difficulty actually increases with set size.
|
| May27-12, 09:38 AM | #59 |
|
|
|
| May27-12, 11:05 AM | #60 |
|
|
"Truly random" is almost meaningless: for any finite sequence of numbers there are always multiple options for what the next number might be. You can always adjust your 'formula' to account for whatever other number or sequence of numbers gets thrown out, so given a finite sequence you can never be completely sure that you have the 'right' formula. And for an infinite sequence, well then you already have the whole thing, so there's nothing to predict.
The only meaningful definition of random is *statistically* random, meaning "given the start of a sequence, do we have a greater than even chance of predicting some parts of the sequence we haven't seen yet?" And people have repeatedly been shown to be very bad at that. This arguing of "you can't predict my next number so it's random" is irrelevant: you can *never* predict the next number with 100% accuracy given a prior sequence. Never. 1,2,4,8,16,? 32? If they're powers of 2. 31? if they're the maximum number of pieces you get from connecting n points on a circle into a complete graph. Any 5 points determine a quartic, so you could setup ax^4+bx^3+cx^2+dx+e and sub in the points (0,1), (1,2), (2,4), (3,8), (4,16) into that equation and solve for the coefficients, then take the value at x=5 as your next number. Or you could create any sequence of x values (say squares), and plug in the next x value in that sequence. If you're using random to mean anything other than statistics, you're doing it wrong. 100% predictability of a sequence when you don't know what generates it is a useless thing to even bother talking about, because it never exists, even mathematically. |
| May27-12, 12:03 PM | #61 |
|
|
Wolfram Mathword says:
A random number is a number chosen as if by chance from some specified distribution such that selection of a large set of these numbers reproduces the underlying distribution. Almost always, such numbers are also required to be independent, so that there are no correlations between successive numbers. Computer-generated random numbers are sometimes called pseudorandom numbers, while the term "random" is reserved for the output of unpredictable physical processes. When used without qualification, the word "random" usually means "random with a uniform distribution." Other distributions are of course possible. For example, the Box-Muller transformation allows pairs of uniform random numbers to be transformed to corresponding random numbers having a two-dimensional normal distribution. |
| Jul4-12, 08:21 PM | #62 |
|
|
I don't think randomness is possible, in any regard. Something that seems random is merely because we are unaware of the causal history of the outcome.
Yes I am aware of quantum mechanics... I still don't believe in true randomness, I believe we have more to learn. |
| Thread Closed |
| Thread Tools | |
Similar Threads for: Can the mind generate random numbers?
|
||||
| Thread | Forum | Replies | ||
| M random numbers from 1,2,...,N | General Math | 15 | ||
| In theory, does a quantum computer have the capacity to generate truly random numbers | Computers | 7 | ||
| Random Numbers | Linear & Abstract Algebra | 2 | ||
| random numbers | Calculus & Beyond Homework | 2 | ||