Relative Gamma

Time Dilation Due to Relative Speed Difference Speed: Standing StillRunning: 7mphBicycle: 20mphCar: 60mphNascar: 200mphTypical Jet: 575mphSpeed of Sound: 768mphSpin of the Earth …

Chapel: Automatic Domain Map

This is one of the coolest things I’ve discovered in a programming language in a long time. It’s not an algorithmic revolution …

OOP vs. Functional

Topic: Why is there such a debate between OOP and functional programming, and why should we care? There are many programming paradigms …

Fortuna: Generative Modeling

A Collection of Random Value GeneratorsPython3 Extension made with Cython Fortuna’s main goal is to provide a quick and easy way to …

C++ RNG Toolkit: Storm

64bit Random Number Engine & Toolkit Storm is primarily intended to provide low-level tools to make high-performance random number generators for Python3. …

Cumulative Weighted Choice

Specification Function Template: cumulative_weighted_choice(weights, values) -> Value Primary Feature. Takes two vectors by const reference, weights and values. Returns a random value …

Mersenne Twister Cpp Dice

Project Description Develop a set of abstractions that can model real world dice, to be used in D&D simulations.Should be based on …

Pythonic Dice

Project Description: Dice Develop two functions that model dice, so they may be used in a D&D simulation. One should be based …