We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8c64c9 commit 74cf807Copy full SHA for 74cf807
chaos_game.py
@@ -77,7 +77,7 @@ def _starting_point(self):
77
spoint[1] += w[i] * self._corners[i][1]
78
return spoint
79
80
- def iterate(self, steps: int = 10, discard: int = 5):
+ def iterate(self, steps: int = 10000, discard: int = 100):
81
"""Discards the first discard points.
82
The third element in each tuple is the random chosen corner index
83
be aware that, currently, index is a float"""
0 commit comments