Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 0731 (0.16 sec)

  1. android/guava/src/com/google/common/hash/Hashing.java

          this.state = seed;
        }
    
        public double nextDouble() {
          state = 2862933555777941757L * state + 1;
          return ((double) ((int) (state >>> 33) + 1)) / 0x1.0p31;
        }
      }
    
      private Hashing() {}
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Tue Apr 09 00:37:15 GMT 2024
    - 29.2K bytes
    - Viewed (0)
Back to top