Serialized Form

  • Package com.github.tommyettinger.digital

    • Class com.github.tommyettinger.digital.AlternateRandom

      class AlternateRandom extends Random implements Serializable
      • Serialized Fields

        • stateA
          long stateA
          The first state; can be any long.
        • stateB
          long stateB
          The second state; can be any long.
        • stateC
          long stateC
          The third state; can be any long.
        • stateD
          long stateD
          The fourth state; can be any long. This state is the counter, and it is not affected by the other states.
        • stateE
          long stateE
          The fifth state; can be any long.