Formatting only. Removed tabs and trailing spaces.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141292 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2004-06-14 23:15:15 +00:00
parent 45224a8ead
commit fc26642480
6 changed files with 370 additions and 370 deletions

View File

@ -43,7 +43,7 @@ import org.apache.commons.math.stat.univariate.SummaryStatistics;
* build grouped frequnecy histograms representing the input data or to
* generate random values "like" those in the input file -- i.e., the values
* generated will follow the distribution of the values in the file.
* @version $Revision: 1.17 $ $Date: 2004/04/12 02:27:49 $
* @version $Revision: 1.18 $ $Date: 2004/06/14 23:15:14 $
*/
public interface EmpiricalDistribution {

View File

@ -53,7 +53,7 @@ import org.apache.commons.math.stat.univariate.SummaryStatistics;
* entry per line.</li>
* </ul></p>
*
* @version $Revision: 1.20 $ $Date: 2004/06/02 00:20:21 $
* @version $Revision: 1.21 $ $Date: 2004/06/14 23:15:14 $
*/
public class EmpiricalDistributionImpl implements Serializable, EmpiricalDistribution {

View File

@ -19,7 +19,7 @@ import java.util.Collection;
/**
* Random data generation utilities
* @version $Revision: 1.9 $ $Date: 2004/04/11 19:00:45 $
* @version $Revision: 1.10 $ $Date: 2004/06/14 23:15:15 $
*/
public interface RandomData {
/**

View File

@ -66,7 +66,7 @@ import java.util.Collection;
* (so secure sequences started with calls to reseedSecure(long) won't be
* identical).</li></ul>
*
* @version $Revision: 1.14 $ $Date: 2004/06/02 00:20:21 $
* @version $Revision: 1.15 $ $Date: 2004/06/14 23:15:15 $
*/
public class RandomDataImpl implements RandomData, Serializable {

View File

@ -40,7 +40,7 @@ import java.net.MalformedURLException;
* standard deviation = <code>sigma</code></li>
* <li> CONSTANT_MODE -- returns <code>mu</code> every time.</li></ul>
*
* @version $Revision: 1.12 $ $Date: 2004/02/21 21:35:15 $
* @version $Revision: 1.13 $ $Date: 2004/06/14 23:15:15 $
*
*/
public class ValueServer implements Serializable {

View File

@ -14,6 +14,6 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
<!-- $Revision: 1.5 $ $Date: 2004/04/26 18:28:17 $ -->
<!-- $Revision: 1.6 $ $Date: 2004/06/14 23:15:15 $ -->
<body>Random number and random data generators.</body>
</html>