We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d192a84 commit 5d494efCopy full SHA for 5d494ef
doc/source/installing.md
@@ -85,11 +85,6 @@ latest release from [GitHub][github_releases].
85
`-Dpfasst_DISABLE_LIBCXX=OFF`.
86
As libc++ is highly experimental on non-Darwin systems, this is a very exotic option.
87
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
-
93
* __Dependencies__
94
95
* __Boost__
0 commit comments