- (unsigned)getUnsignedMax The getUnsignedMax method returns the maximum value returned by getUnsignedSample.
- (unsigned)getUnsignedSample: (unsigned)vGen The getUnsignedSample method returns a 'random' integer uniformly distributed over [0,unsignedMax] from the 'virtual generator' (data stream) vGen.
- (float)getFloatSample: (unsigned)vGen The getFloatSample method returns a 'random' floating-point number uniformly distributed in [0.0,1.0).
- (double)getThinDoubleSample: (unsigned)vGen
- (double)getDoubleSample: (unsigned)vGen
- (long double)getLongDoubleSample: (unsigned)vGen Warning: use of this method is not portable between architectures.