Class Random

  • All Implemented Interfaces:
    Random

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

      Fields 
      Modifier and Type Field Description
      private java.security.SecureRandom random  
      private byte[] tmp  
    • 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
    • Field Detail

      • tmp

        private byte[] tmp
      • random

        private java.security.SecureRandom random
    • Constructor Detail

      • Random

        public Random()
    • Method Detail

      • fill

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