Commit 8e49add
committed
[util] Pin sparse-fsm-encode random seed version
This hasn't changed since Python 3.2, but we really should be pinning
the random seed version to ensure deterministic and reproducible output
across different Python versions. This way, even if a new seed version
is introduced, we should be using the same seeding logic and so
deterministically generating the same numbers, even on later Python
versions.
Signed-off-by: Alex Jones <[email protected]>1 parent d3c34e2 commit 8e49add
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments