/randomness-in-programming-languages

Statistical analysis of the pseudo-random number generators within various popular programming languages.

Primary LanguageJavaScriptMIT LicenseMIT

randomness-in-programming-languages

An example of random number generation in different programming languages.

Currently hosted at https://prng.akrasia.dev/

file structure

.
|-- analysis
|-- outputs
|-- sources
`-- website

Scripts that read ouputs to perform analysis and generate graphs

This folder holds the data output of sources and is used by outputs

Simple programs in various languages to generate random numbers to populate outputs

Source files for generating website to organize and display the data

Contribute

Create an example of generating a million random numbers and calculating the percentage for each bucket.

For more details check out CONTRIBUTING.md or this example pull request