Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/autonomio/chances

Package that implements several pseudo, quasi, and true, including quantum random methods into a unified single-line command interface.
https://github.com/autonomio/chances

quantum-randomness quasi-random-generator random randomness-generation

Last synced: 1 day ago
JSON representation

Package that implements several pseudo, quasi, and true, including quantum random methods into a unified single-line command interface.

Awesome Lists containing this project

README

        



A python package that implements several pseudo, quasi, and true, including quantum random methods into a unified single-line command interface.

![Travis branch](https://img.shields.io/travis/autonomio/chances/master.svg)[![Coverage Status](https://coveralls.io/repos/github/autonomio/chances/badge.svg?branch=master)](https://coveralls.io/github/autonomio/chances?branch=master)

## methods

- Quantum
- Ambient sound
- Halton sequence
- Korobov matrix
- Latin hypercube
- Latin hypercube with Sudoku style constraint
- Improved Latin hypercube (very slow)
- Uniform mersenne
- Uniform cryptographically sound

## visualization

- 1d plot
- 2d plot

## todo

- test degree of randomness for each method
- add degree of randomness test methods
- add more random methods
- add shuffle function
- add support for strings