Class Random1L

java.lang.Object
components.random.Random1L
All Implemented Interfaces:
Random

public class Random1L extends Object implements Random
Random represented as a java.util.Random with implementations of all methods.
  • Constructor Details

  • Method Details

    • nextDouble

      public final double nextDouble()
      Description copied from interface: Random
      Returns the first real in this.
      Specified by:
      nextDouble in interface Random
      Returns:
      the first real in this
    • nextInt

      public final int nextInt()
      Description copied from interface: Random
      Returns an integer in the [Integer.MIN_VALUE,Integer.MAX_VALUE] interval computed from the first double in this.
      Specified by:
      nextInt in interface Random
      Returns:
      an integer in the [Integer.MIN_VALUE,Integer.MAX_VALUE] interval computed from the first double in this