类 ThreadSafeLegacyRandomSource

java.lang.Object
net.minecraft.world.level.levelgen.ThreadSafeLegacyRandomSource
所有已实现的接口:
RandomSource, BitRandomSource

@Deprecated public class ThreadSafeLegacyRandomSource extends Object implements BitRandomSource
已过时。
  • 字段详细资料

    • MODULUS_BITS

      private static final int MODULUS_BITS
      已过时。
      另请参阅:
    • MODULUS_MASK

      private static final long MODULUS_MASK
      已过时。
      另请参阅:
    • MULTIPLIER

      private static final long MULTIPLIER
      已过时。
      另请参阅:
    • INCREMENT

      private static final long INCREMENT
      已过时。
      另请参阅:
    • seed

      private final AtomicLong seed
      已过时。
    • gaussianSource

      private final MarsagliaPolarGaussian gaussianSource
      已过时。
  • 构造器详细资料

    • ThreadSafeLegacyRandomSource

      public ThreadSafeLegacyRandomSource(long p_224664_)
      已过时。
  • 方法详细资料