Class RandomNumberStreamImpl

java.lang.Object
org.gridgain.tpcds.qgen.random.RandomNumberStreamImpl
All Implemented Interfaces:
RandomNumberStream

public class RandomNumberStreamImpl extends Object implements RandomNumberStream
  • Constructor Details

    • RandomNumberStreamImpl

      public RandomNumberStreamImpl(int seedsPerRow)
    • RandomNumberStreamImpl

      public RandomNumberStreamImpl(int globalColumnNumber, int seedsPerRow)
    • RandomNumberStreamImpl

      public RandomNumberStreamImpl(int globalColumnNumber, int seedBase, int seedsPerRow)
  • Method Details