diff options
| author | Matt Harrison <hi@matt-harrison.com> | 2019-06-11 15:34:39 +0100 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-06-11 10:34:39 -0400 |
| commit | d82c1991cf0919c312b87501bc588cf17781b32f (patch) | |
| tree | 1cca87de6af963c379187726468eef8f47741d70 /website | |
| parent | cb581620522febe618cbf084b0dc3428479e84a9 (diff) | |
Add --seed for setting RNG seed (#2483)
Diffstat (limited to 'website')
| -rw-r--r-- | website/manual.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/website/manual.md b/website/manual.md index 684d44c2e..8b3d37521 100644 --- a/website/manual.md +++ b/website/manual.md @@ -635,6 +635,7 @@ OPTIONS: --allow-write=<allow-write> Allow file system write access -c, --config <FILE> Load compiler configuration file --importmap <FILE> Load import map file + --seed <NUMBER> Seed Math.random() and crypto.getRandomValues() --v8-flags=<v8-flags> Set V8 command line options SUBCOMMANDS: |
