Theorem on the presence of memory in random sequences - page 7

 
Yury Reshetov:
Of course, because only cult members are capable of communicating in the "correct" language. The rest are all ignoramuses and ignoramuses, whose arguments are "obviously not obvious".
Yuri, you specifically highlighted yourself here with a syndrome of mania of a great scientist. You constantly have packs of some formulas, discoveries under your name. But who gave these formulas and "discoveries" your name? You? You and Yusuf should join a club.
 
Yury Reshetov:
God willing © Ostap Bender
And how? Does He?
 
Дмитрий:

You can open Excel and experiment a bit yourself - the formula for PRNG = FATHER.

Create a long enough row and slice inside it.If x 2 > x 1, then bet on x 3 < x 2.

2. If x 2 < x 1 , then bet on x 3 > x 2

Or you can cut a different piece where it will be the other way round

Dimitri, there is a mistake in this quoted post.

Read the link of his first post.

 
charter:

There is a link in the author's very first post.

Please don't be lazy and read it.

Boy, I read that link in January 2015.

Learn matstatistics and theorist - it will come in handy!

 
Дмитрий:

Boy, I read that link in January 2015.

Learn matstatistics and theorist - it will come in handy!

You would do well to study it.
 
Dmitry Fedoseev:
You could do with a lesson.
I'm not going to teach him.
 
charter:

There is a link in the author's very first post.

Please don't be lazy and read it.

They don't need it. After all, it's all written in "gibberish". And they need it in sectarian language, because religion does not allow to get acquainted with the contents of the Apocrypha.

 
Yury Reshetov:
public class Main {

        public static void main(String[] args) {
                // Количество чисел на барабане
                int n = 37;
                double dn = n;
                // Возврат денег дилером в случае если ставка выиграет
                int ret = 35;
                double total = 0 d;
                // Счётчик спинов
                int score = 0;
                for (int i = 0; i < n; i++) {
                        for (int j = 0; j < n; j++) {
                                if (i != j) {
                                        int max = Math.max(i, j);
                                        int min = Math.min(i, j);
                                        double dmax = max;
                                        double dmin = min;
                                        double result = 4 d * ret - 3 d * dn - 2 d * dmax + 2 d * dmin
                                                        + 3 d;
                                        System.out.println("Max = " + max + ", Min = " + min
                                                        + ", Result = " + result);
                                        total = total + result;
                                }
                                score++;
                        }
                }
                double dscore = score * 6;
                total = total / dscore;
                // Математическое ожидание выигрыша с одного спина
                System.out.println("Total = " + total);
        }
}

Where in this code is at least one call to a random number generator?
 
Дмитрий:

Boy, I read that link in January 2015.

Learn matstatistics and theorist - it will come in handy!

Son, you're old enough to be my grandson, boy......
 
Дмитрий:

Boy, I read that link in January 2015.

Learn matstatistics and theorist - it will come in handy!

Exactly, you only need to learn the "sacred scriptures". Anything that doesn't belong to them is self-evident heresy.