Skip to content

Commit f23b8b4

Browse files
authored
Update randomizeop.py
1 parent 9c1df74 commit f23b8b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kaleidoscope/operators/randomizeop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ def config(self) -> dict[str : dict[str:Any]]:
162162
config = json.load(r)
163163
return config
164164

165-
def entropy(self, name: str, uuid: str, n: int = 2) -> list[int]:
165+
def entropy(self, name: str, uuid: str, n: int = 4) -> list[int]:
166166
"""
167167
Returns the entropy of the seed sequence used for a given variable.
168168

0 commit comments

Comments
 (0)