Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heyfoz/cpp-baseball-bat-stats-simulator
The Baseball Batting Stats Simulator Program (C++) uses the rand function to create a statistical model, which is used to simulate 1000 at-bats based on a player's careers averages. After the simulation values are calculated and displayed, a loop asks the user if they would like to run another simulation.
https://github.com/heyfoz/cpp-baseball-bat-stats-simulator
baseball batting-statistics cpp simulator statistics
Last synced: 25 days ago
JSON representation
The Baseball Batting Stats Simulator Program (C++) uses the rand function to create a statistical model, which is used to simulate 1000 at-bats based on a player's careers averages. After the simulation values are calculated and displayed, a loop asks the user if they would like to run another simulation.
- Host: GitHub
- URL: https://github.com/heyfoz/cpp-baseball-bat-stats-simulator
- Owner: heyfoz
- License: mit
- Created: 2022-10-15T20:58:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T22:50:06.000Z (about 2 years ago)
- Last Synced: 2024-09-12T00:12:56.826Z (4 months ago)
- Topics: baseball, batting-statistics, cpp, simulator, statistics
- Language: C++
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpp_baseball_stat_simulator
The Baseball Batting Stats Simulator Program (C++) uses the rand function to create a statistical model, which is used to simulate 1000 at-bats based on a player's careers averages. After the simulation values are calculated and displayed, a loop asks the user if they would like to run another simulation.Link to .cpp file: Baseball Batting Stats Simulator C++ Program
Copyright (c) 2022 ffm5113