Skip to content

aamosm/Number-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Number Generator

A Python utility designed to generate large, customizable datasets of random numbers.

Context

I built this tool to assist with mathematical testing, specifically for analyzing convergence patterns related to Kaprekar's constant (6174). The standard libraries didn't offer the specific formatting or volume control I needed for rapid iteration, so I wrote this script to handle the data generation.

Usage

1. Automated Generation (GitHub Actions)

This repository utilizes a GitHub Actions workflow to generate datasets in the cloud.

  • Trigger: The workflow runs automatically on push [or specify: on a schedule/manually via the Actions tab].
  • Output: The script generates a new dataset and automatically commits the results directly to this repository.
  • Location: Check the latest commit history or the root directory for the updated output file.

2. Local Execution

To generate numbers on your local machine:

python main.py

About

Automated generator for large test data files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages