Simulation of a two-channel Bell test, with closed-form proofs
Derivation, entirely by probability theory, of the correlation coefficient for a two-channel Bell test, with simulation in Ada and other languages. The Nobel Committe for Physics bans this program for subversive content. (Mirror of the repository at https://github.com/chemoelectric/eprb_signal_correlations)
C++library to generate a random noise with isotropic correlation.
It is a C++ library that implements a Fourier Filtering Method (FFM) to generate Gaussian random noise with any correlation with the only requirement of isotropy in both one and two dimensions. Unlike previous FFM that are only suitable to generate disorders whose correlation Fourier Transform (FT) has an analytical expression, it should be enlightened that the present method works with any isotropic and finite correlation, even its analytic FT does not exist.
Program for generating random graphs (aka random networks, or social networks) according to some models (Erdos-Renyi, Barabasi-Albert among others) and performing some statistical analysis on them.
Random number generator, and random number seed generator classes for C++. Includes abstract base classes and derived generators. Cross platform compatible.