Coder Social home page Coder Social logo

shur1k-n / randomninja-random-number-file-generator Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 1.0 95 KB

A fast random number file generator, that generates a text document of randomized integers (uniquely random also supported) within the specified constraints. This project was created to aid in benchmarking my own Double-Edged Sorting algorithm.

Home Page: https://TheComputerNoob.com

Python 100.00%
random number generator file dictionary unique uniquely-random duplicates redundancy benchmarking

randomninja-random-number-file-generator's Introduction

RandomNinja: Random Number File Generator

Description & Usage

A fast random number file generator (up to 500,000+ lines per second), that generates a file with randomized integers within the user-specified constraints such as minimum value, maximum value, number of integers to be generated between them, whether redundancy is allowed or not, etc.; ideal to aid in benchmarking sorting algorithms or any general usage scenario where large sets of random integers may be required (such as statistics).

This project was created in Python, primarily for the purpose of testing my own Double-Edged Sorting algorithm's performance.

Example Execution

Zero-Redundancy Mode

When the user selects the option to not allow repeating values, RandomNinja generates uniquely random integers.

Dependencies to PIP-Install

  • tqdm (for progress bars)
  • colorama (for colors)
  • termcolor (for colors)

My website: https://TheComputerNoob.com

randomninja-random-number-file-generator's People

Contributors

shur1k-n avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.