Fortuna: Generative Modeling

A Collection of Random Value Generators
Python3 Extension made with Cython

Fortuna’s main goal is to provide a quick and easy way to build custom random-value generators for your data. Fortuna also offers a variety of high-performance dice functions and random number generators.

The core functionality of Fortuna is based on the Storm C++ library. While Storm has a high quality random engine, it is not appropriate for cryptography of any kind. Fortuna is meant for games, data science, AI, generative modeling and experimental programming, not security.

Quick Install

$ pip install Fortuna

Fortuna is now compatible on all major environments!

  • macOS
  • Linux
  • Windows

Installation requires the following:

  • Python 3.7 or later
  • Modern C++ Compiler and Standard Library

Full Documentation: https://pypi.org/project/Fortuna/
Source Code: https://github.com/BrokenShell/Fortuna