Skip to content

Commit

Permalink
Userguide.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gilles committed Aug 28, 2016
1 parent 7d729fd commit 44c38a4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/site/apt/userguide/rng.apt
Original file line number Diff line number Diff line change
Expand Up @@ -249,8 +249,7 @@ RandomSource.restoreState(rngNew, stateNew);

* <<<BaseProvider>>>: base class for all concrete RNG implementations;
it contains higher-level algorithms <<<nextInt(int n)>>> and <<<nextLong(long n)>>>
common to all implementations; it defines the implementation of the
<<<RandomSource.State>>> public interface.
common to all implementations.

* <<<StateSettable>>>: interface to be implemented by concrete random sources.

Expand Down

0 comments on commit 44c38a4

Please sign in to comment.