Javadoc.

Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/334eb6b0
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/334eb6b0
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/334eb6b0

Branch: refs/heads/master
Commit: 334eb6b04a9be76164a64fb7390e38dfad88896e
Parents: c57e6eb
Author: Gilles <er...@apache.org>
Authored: Tue Oct 18 11:50:33 2016 +0200
Committer: Gilles <er...@apache.org>
Committed: Tue Oct 18 11:50:33 2016 +0200

----------------------------------------------------------------------
 src/main/java/org/apache/commons/rng/RandomSource.java | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/334eb6b0/src/main/java/org/apache/commons/rng/RandomSource.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/rng/RandomSource.java 
b/src/main/java/org/apache/commons/rng/RandomSource.java
index 618f451..b71d8ef 100644
--- a/src/main/java/org/apache/commons/rng/RandomSource.java
+++ b/src/main/java/org/apache/commons/rng/RandomSource.java
@@ -151,15 +151,6 @@ import org.apache.commons.rng.internal.util.SeedFactory;
  * to "replay" all the calls performed by that other instance (and it
  * would require to know the number of calls to the primary source of
  * randomness, which is also not usually accessible).
- * <br>
- * This factory thus provides a method for
- * {@link #saveState(UniformRandomProvider) saving} the internal
- * state of a generator.
- * The state is wrapped in an {@link State "opaque object"} to be
- * used for {@link #restoreState(UniformRandomProvider,State) restoring}
- * a generator (of the same type) to an identical state (e.g. to allow
- * persistent storage, or to continue a sequence from where the original
- * instance left off).
  * </p>
  *
  * @since 1.0

Reply via email to