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 …