Skip to content

Measure the time for large-scale operations and contribute to the exploration of computational efficiency.

License

Notifications You must be signed in to change notification settings

bl33h/computerSimulation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

computerSimulation

It's a project that delves into the realm of computer simulations. The simulation in this repository focuses on the division of random integers and measures the time it takes to perform this operation on a large scale.


pic

FilesFeaturesHow To Use

Files

  • main.py: The core of the simulation resides in this file. It includes a function sumIntegers(a, b) that calculates the division of two random integers. The script then executes the simulation for a specified number of repetitions, measuring the time taken for each operation.

Features

The main features of the application include:

  • Version I: This is the initial version of the simulation, designed to explore and measure the efficiency of the integer division operation.

How To Use

To clone and run this application, you'll need Git and Python installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/bl33h/computerSimulation

# Open the project
$ cd computerSimulation

# Run the app
$ python main.py

About

Measure the time for large-scale operations and contribute to the exploration of computational efficiency.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages