mirror of
https://github.com/apache/commons-math.git
synced 2025-02-07 18:49:40 +00:00
Fixed javadoc typos.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@949750 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c98ff85082
commit
e5b07cf0ef
@ -27,7 +27,7 @@ package org.apache.commons.math.random;
|
||||
public interface RandomGenerator {
|
||||
|
||||
/**
|
||||
* Sets the seed of the underyling random number generator using an
|
||||
* Sets the seed of the underlying random number generator using an
|
||||
* <code>int</code> seed.
|
||||
* <p>Sequences of values generated starting with the same seeds
|
||||
* should be identical.
|
||||
@ -37,7 +37,7 @@ public interface RandomGenerator {
|
||||
void setSeed(int seed);
|
||||
|
||||
/**
|
||||
* Sets the seed of the underyling random number generator using an
|
||||
* Sets the seed of the underlying random number generator using an
|
||||
* <code>int</code> array seed.
|
||||
* <p>Sequences of values generated starting with the same seeds
|
||||
* should be identical.
|
||||
@ -47,7 +47,7 @@ public interface RandomGenerator {
|
||||
void setSeed(int[] seed);
|
||||
|
||||
/**
|
||||
* Sets the seed of the underyling random number generator using a
|
||||
* Sets the seed of the underlying random number generator using a
|
||||
* <code>long</code> seed.
|
||||
* <p>Sequences of values generated starting with the same seeds
|
||||
* should be identical.
|
||||
|
Loading…
x
Reference in New Issue
Block a user