This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python3 | |
| ''' | |
| Original idea by red Ants Aasma at | |
| http://stackoverflow.com/a/1667789/2122529 | |
| ''' | |
| import numpy as np | |
| import numpy.random as rnd | |
| import itertools | |
| import matplotlib.pyplot as plt |