Skip to content

Commit 5d494ef

Browse files
committed
docs: remove random seed explanation
Signed-off-by: Torbjörn Klatt <[email protected]>
1 parent d192a84 commit 5d494ef

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

doc/source/installing.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,6 @@ latest release from [GitHub][github_releases].
8585
`-Dpfasst_DISABLE_LIBCXX=OFF`.
8686
As libc++ is highly experimental on non-Darwin systems, this is a very exotic option.
8787

88-
* There are places in the code (mainly examples) that need a random number generator (RNG).
89-
By default, `-Dpfasst_DEFAULT_RAND_SEED=ON` is set and the seed for the RNGs is set to `42`.
90-
To overwrite this behaviour, set `-Dpfasst_DEFAULT_RAND_SEED=OFF` and
91-
`-Dpfasst_RANDOM_SEED=<YOUR_VALUE>`.
92-
9388
* __Dependencies__
9489

9590
* __Boost__

0 commit comments

Comments
 (0)