Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 919 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 919 Bytes



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

Travis branchCoverage Status

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