Documentation Set for Swarm 1.3.1
Prev
Reference 5. Random Library
Next
SimpleOut
Name
SimpleOut — Internal
Protocols adopted by SimpleOut
None
Methods
Phase: Using
- (unsigned)
getUnsignedMax
The getUnsignedMax method returns the maximum value returned by getUnsignedSample.
- (unsigned)
getUnsignedSample
The getUnsignedSample method returns a random integer uniformly distributed over [0,unsignedMax].
- (float)
getFloatSample
The getFloatSample method returns a random floating point number uniformly distributed in the range [0.0, 1.0].
- (double)
getThinDoubleSample
- (double)
getDoubleSample
- (long double)
getLongDoubleSample
use of this method is not portable between architectures.
Prev
Home
Next
Simple
Up
SingleLongGenerator