OpenAPI 1.0

com.aquafold.openapi.random
Interface AQRandomNumberRange

All Superinterfaces:
AQRandomRange

public interface AQRandomNumberRange
extends AQRandomRange

This interface represents a range of numbers.

Instances of this interface can be instantiated by one of the following methods:


Method Summary
 Number nextNumber()
          Randomly generates a number within the range defined by this object.
 

Method Detail

nextNumber

Number nextNumber()
Randomly generates a number within the range defined by this object.


OpenAPI 1.0


Copyright © 2010 AquaFold, Inc. All Rights Reserved. Use is subject to license terms.