Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wh4ky/sysimplode
A program made to make your system implode.
https://github.com/wh4ky/sysimplode
Last synced: about 2 months ago
JSON representation
A program made to make your system implode.
- Host: GitHub
- URL: https://github.com/wh4ky/sysimplode
- Owner: wh4ky
- License: unlicense
- Created: 2024-04-02T13:03:36.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-05T10:11:54.000Z (9 months ago)
- Last Synced: 2024-05-05T11:23:09.348Z (9 months ago)
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SysImplode
## Contents
- [About](#about)
- [Current Features](#current-features)
- [Future Development](#future-development)
- [Downloads](#downloads)## About
This is a program made to overload a system by generating up to an infinite amount of random numbers. All randomly generated numbers are produced with the 64-bit Mersenne Twister algorithm to ensure quality destruction of your system. The program is designed to be compatible with both 32-bit and 64-bit systems.
## Current Features
- Passing command line arguments to control generation
- Generating infinite streams of random numbers
- Compatibility with 32-bit and 64-bit architectures## Future Development
Planned enhancements include utilizing the GPU for massively parallel number generation to maximize system load. Additional command line arguments and better error handling are also on the roadmap.
## Downloads
You can download and compile the source files from the [releases](https://github.com/wh4ky/SysImplode/releases) page.