Class AbstractWell

    • Field Detail

      • index

        protected int index
        Current index in the bytes pool.
      • v

        protected final int[] v
        Bytes pool.
    • Constructor Detail

      • AbstractWell

        protected AbstractWell​(int k,
                               int[] seed)
        Creates an instance with the given seed.
        Parameters:
        k - Number of bits in the pool (not necessarily a multiple of 32).
        seed - Initial seed.