Class Random

  • All Implemented Interfaces:
    Random

    public class Random
    extends java.lang.Object
    implements Random
    • Constructor Summary

      Constructors 
      Constructor Description
      Random()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void fill​(byte[] foo, int start, int len)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Random

        public Random()
    • Method Detail

      • fill

        public void fill​(byte[] foo,
                         int start,
                         int len)
        Specified by:
        fill in interface Random