Repository: commons-rng Updated Branches: refs/heads/multimodule f69c20a22 -> c23a10fb7
Usage overview update. Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/c23a10fb Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/c23a10fb Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/c23a10fb Branch: refs/heads/multimodule Commit: c23a10fb7dafe93e770075171fcf9084e12400d2 Parents: f69c20a Author: Gilles <er...@apache.org> Authored: Wed Nov 2 17:06:09 2016 +0100 Committer: Gilles <er...@apache.org> Committed: Wed Nov 2 17:06:09 2016 +0100 ---------------------------------------------------------------------- src/site/xdoc/index.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/c23a10fb/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 6fcab08..8ea2b19 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -35,7 +35,7 @@ Casual use is as simple as: <source>import org.apache.commons.rng.UniformRandomProvider; -import org.apache.commons.rng.RandomSource; +import org.apache.commons.rng.simple.RandomSource; // Instantiate a "Mersenne-Twister" generator with a factory method. UniformRandomProvider rng = RandomSource.create(RandomSource.MT);