Skip to content

Commit bdd2cd4

Browse files
committed
Update notes
1 parent dcdbe6f commit bdd2cd4

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/random/streams/arcsine

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/random/streams/arcsine/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ Options:
393393
### Notes
394394

395395
- In accordance with POSIX convention, a trailing newline is **always** appended to generated output prior to exit.
396-
- Specifying a "snapshot" file path is useful when wanting to resume pseudorandom number generation due to, e.g., a downstream failure in an analysis pipeline. Prior to exit, the process will store the pseudorandom number generator in the file specified according to a provided file path. Upon loading a snapshot (state), the process will generate pseudorandom numbers starting from the loaded state, thus avoiding having to seed and replay an entire analysis.
396+
- Specifying a "snapshot" file path is useful when wanting to resume pseudorandom number generation due to, e.g., a downstream failure in an analysis pipeline. Before exiting, the process will store the pseudorandom number generator state in a file specified according to a provided file path. Upon loading a snapshot (state), the process will generate pseudorandom numbers starting from the loaded state, thus avoiding having to seed and replay an entire analysis.
397397

398398
</section>
399399

0 commit comments

Comments
 (0)