From d36962b53c94343e0cd366d3bb5548d5d0d961ae Mon Sep 17 00:00:00 2001 From: Flux Date: Thu, 9 Jan 2025 20:38:14 +0200 Subject: [PATCH] Update README.md added sample screenshot --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 796c006..09a3654 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Lottonautica +![image](https://github.com/user-attachments/assets/6a946397-fbdb-4a86-8e8b-7bf658f09fa3) + ## Random Lottery Number Generator This Python program generates lottery numbers using random entropy, statistical analysis, and Z-score-based cluster detection. It identifies clusters in a dataset to select attractor points, which are then scaled and presented as lottery numbers. @@ -50,4 +52,4 @@ python main.py - **Number of Balls to Draw**: Total numbers in the main lottery draw (default: 5). - **Range of Lottery Numbers**: Maximum number in the main lottery (default: 70). - **Range of Bonus Ball**: Maximum number for the bonus ball (default: 25). -- **Minimum Z-Score Threshold**: Threshold for identifying attractor clusters (default: 3.0). Below 2.0 it is statistically insignificant. Above 4.0 it is highly anomalous. Pick something between 2.0 and 4.0. \ No newline at end of file +- **Minimum Z-Score Threshold**: Threshold for identifying attractor clusters (default: 3.0). Below 2.0 it is statistically insignificant. Above 4.0 it is highly anomalous. Pick something between 2.0 and 4.0.