A service for random numbers in different formats.
urn:icsy:venice:wsdl:math
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