From 63cb50ff647963d90212323d62b469f76ceb7735 Mon Sep 17 00:00:00 2001 From: Miloslav Ciz Date: Thu, 28 Sep 2023 17:51:56 +0200 Subject: [PATCH] Update --- randomness.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/randomness.md b/randomness.md index affef45..7c5bda2 100644 --- a/randomness.md +++ b/randomness.md @@ -8,7 +8,7 @@ TODO TODO -One of the most basic is the **[chi-squared ncept of our measure is following: for given N, we consider a sequence s more random if it gives a lower probability of us correctly predicting the next bit from the subsequencetest](chi_squared_test.md)** whose description can be found e.g. in the *Art of Computer Programming* book. TODO +One of the most basic is the **[chi-squared test](chi_squared_test.md)** whose description can be found e.g. in the *Art of Computer Programming* book. TODO { The following is a method I wrote about here (includes some code): https://codeberg.org/drummyfish/my_writings/src/branch/master/randomness.md, I am almost certainly not the first to invent this, but I haven't found what this is called, so for now I'm calling it "my" test, not implying any ownership of course :) If you know what this method is called, please send me a mail. ~drummyfish }