Skip to content

Commit

Permalink
docs: remove random seed explanation
Browse files Browse the repository at this point in the history
Signed-off-by: Torbjörn Klatt <[email protected]>
  • Loading branch information
torbjoernk committed May 6, 2015
1 parent d192a84 commit 5d494ef
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions doc/source/installing.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ latest release from [GitHub][github_releases].
`-Dpfasst_DISABLE_LIBCXX=OFF`.
As libc++ is highly experimental on non-Darwin systems, this is a very exotic option.

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

* __Dependencies__

* __Boost__
Expand Down

0 comments on commit 5d494ef

Please sign in to comment.