Documentation of 'jdistlib.rng.RandomEngine' Java class
RandomEngine
jdistlib.rng

Class RandomEngine

    • Constructor Detail

      • RandomEngine

        public RandomEngine()
    • Method Detail

      • setSeed

        public void setSeed(long seed)
      • getSeed

        public long getSeed()
      • nextGaussian

        public abstract double nextGaussian()
      • nextDouble

        public abstract double nextDouble()
      • nextFloat

        public abstract float nextFloat()
      • nextInt

        public abstract int nextInt()
      • nextInt

        public abstract int nextInt(int n)
      • nextLong

        public abstract long nextLong()
      • nextLong

        public abstract long nextLong(long l)
      • random

        public double random()
      • clone

        public abstract RandomEngine clone()
        Overrides:
        clone in class java.lang.Object

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.