Coder Social home page Coder Social logo

ankitpangeni / simulation_modeling Goto Github PK

View Code? Open in Web Editor NEW
15.0 1.0 1.0 1.04 MB

Simulation and Modeling topics for lab.

C 83.00% C++ 17.00%
chisquare-test monte-carlo-simulation poker-test csit-5th-semester-simulation-modeling-lab random-number-generatio continuous-system-simulation

simulation_modeling's Introduction

Simulation_Modeling

The GitHub repository includes a collection of C and C++ codes that cover various topics related to simulation and modeling. The codes are designed to be used as tools for exploring and analyzing different aspects of simulation,with a particular focus on Monte Carlo simulation, pseudorandom number generation, continuous system simulation, chi-square testing, and poker testing for random numbers.

Monte Carlo simulation of pie provides an engaging way to understand the concept of randomness and probability. The code generates a large number of random points within a square and then determines how many of those points fall within a circle inscribed in the square. This is a classic example of how the Monte Carlo method can be used to approximate the value of pi.

Another important topic is implementation of pseudorandom number generators. These generators are essential in simulation and modeling, as they allow for the creation of random events within a controlled environment. The code in this repository demonstrates how to generate high-quality random numbers using various methods, such as the Mixed congruential method and Linear congruental method.

Continuous system simulation is another important topic covered by the repository. The code provides an implementation of continuous-time simulation, which is a technique used to model systems that evolve continuously. It describes a chemical reaction.

The repository also includes code for chi-square testing, which is a statistical method used to determine if an observed distribution is significantly different from an expected distribution. This code can be used to analyze data from a variety of sources, such as experimental results or survey data. Here we generate random data.

Finally, the poker test for random numbers is another important feature of the repository. This test is used to determine if a sequence of random numbers is truly random, or if there are any patterns or biases in the sequence. The code in this repository can be used to test any pseudorandom number generator and can help ensure that simulations are accurate and reliable.

simulation_modeling's People

Contributors

ankitpangeni avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

simulation_modeling's Issues

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.