https://github.com/nahom32/randomness-simulation
This repository contains the implementation for the graduate course called Advanced Problem Solving. It contains Monte carlo simulation algorithms with a custom made random number generator.
https://github.com/nahom32/randomness-simulation
monte-carlo monte-carlo-simulation pseudo-random-generator
Last synced: 3 months ago
JSON representation
This repository contains the implementation for the graduate course called Advanced Problem Solving. It contains Monte carlo simulation algorithms with a custom made random number generator.
- Host: GitHub
- URL: https://github.com/nahom32/randomness-simulation
- Owner: Nahom32
- License: mit
- Created: 2025-01-14T09:21:17.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-18T05:52:04.000Z (5 months ago)
- Last Synced: 2025-01-18T06:17:52.700Z (5 months ago)
- Topics: monte-carlo, monte-carlo-simulation, pseudo-random-generator
- Language: Jupyter Notebook
- Homepage:
- Size: 59.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Randomness-Simulation
This repository contains the implementation for the graduate course called Advanced Problem Solving. It contains Monte carlo simulation algorithms with a custom made random number generator.