JuanLara18 / MIXMAX-RNG

This repository is for the project of the course Numerical Analysis at Universidad Nacional de Colombia 2021-1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Two applications for estimating Pi using MIXMAX random number generator and Monte Carlo method

We review some pseudo-random number generators (PRNGs) based on the theory of mixing in classical mechanical systems. In particular, we explore in detail the statistical characteristics of MIXMAX pseudo-random number generator such as its entropy, period and spectrum. We then apply this generator along with Monte Carlo method to estimate the value of Pi in two different ways, using the relation between approximated areas. We compare these results with those obtained using MATLAB’s default PRNG. The results of these simulations show the effectiveness, precision, consistency and viability of the random numbers generated by MIXMAX.

About

This repository is for the project of the course Numerical Analysis at Universidad Nacional de Colombia 2021-1


Languages

Language:MATLAB 100.0%