Skip to content

Commit ce67b98

Browse files
committed
docs: update docs to reflect introduction of feature for deterministic
random activity generation
1 parent ebef034 commit ce67b98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ of the random activity that is generated:
132132
capacity in a month.
133133
* `capacity-multiplier=0.5` means that each node sends half their
134134
capacity in a month.
135+
* `--fix-seed`: a `u64` value that allows you to generate random activities deterministically from the provided seed, albeit with some limitations. The simulations are not guaranteed to be perfectly deterministic because tasks complete in slightly different orders on each run of the simulator. With a fixed seed, we can guarantee that the order in which activities are dispatched will be deterministic.
135136

136137
### Setup - Defined Activity
137138
If you would like SimLN to generate a specific payments between source

0 commit comments

Comments
 (0)