Interface RandomNumbers

A service for random numbers in different formats.

XML Namespace

urn:icsy:venice:wsdl:math

XSD Data Types

faults:  http://www.v-grid.info/types/faults.xsd

Operations

 xsd:boolean getBoolean ()
Returns a uniformly distributed boolean value.

 xsd:double getDouble ()
Returns a uniformly distributed double value.

 xsd:float getFloat ()
Returns a uniformly distributed float value.

 xsd:long getLong ()
Returns a uniformly distributed long value.

 xsd:double getGaussian ()
Returns a uniformly distributed Gaussian ("normally") distributed double value with mean 0.0 and standard deviation 1.0

 xsd:int getInt ()
Returns a uniformly distributed integer value.

 xsd:int getIntN (xsd:int n)
Returns a uniformly distributed integer value between 0 (inclusive) and the specified value (exclusive).

Generated by the Venice Service Compiler on Thu May 10 14:14:04 CEST 2012