RFR: 8275821: Optimize random number generators developed in JDK-8248862 using Math.unsignedMultiplyHigh() [v5]

Vamsi Parasa duke at openjdk.java.net
Fri Dec 3 00:17:04 UTC 2021


> This change optimizes random number generators using Math.unsignedMultiplyHigh()

Vamsi Parasa has updated the pull request incrementally with one additional commit since the last revision:

  Update the JMH micro to take RNG parameters for elegant implementation

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/6206/files
  - new: https://git.openjdk.java.net/jdk/pull/6206/files/78a45142..e9c71477

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=6206&range=04
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=6206&range=03-04

  Stats: 35 lines in 1 file changed: 1 ins; 20 del; 14 mod
  Patch: https://git.openjdk.java.net/jdk/pull/6206.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/6206/head:pull/6206

PR: https://git.openjdk.java.net/jdk/pull/6206


More information about the core-libs-dev mailing list