net.sf.doodleproject.numerics4j.random
Interface RNG

All Known Implementing Classes:
LinearCongruentialRNG, MathRNG, RandomRNG

public interface RNG

Defines a random number generator that is capable of generating sequences of random numbers uniformly distributed between zero and one.

Since:
1.3
Version:
$Revision: 1.3 $ $Date: 2007/11/18 23:51:19 $

Method Summary
 double nextRandomNumber()
          Access the next random number from this generator.
 

Method Detail

nextRandomNumber

double nextRandomNumber()
Access the next random number from this generator.

Returns:
the next random number.


Copyright 2004-2004-2007 DoodleProject. All Rights Reserved.