You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commons-rng-examples/examples-jmh/src/main/java/org/apache/commons/rng/examples/jmh/core/FloatingPointGenerationPerformance.java
+1-6Lines changed: 1 addition & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -99,12 +99,7 @@ public double nextDoubleUsingBitsToDouble(LongSource source) {
99
99
// 0x300L = 256 + 512 = 768
100
100
// 0x0ff = 255
101
101
// This makes a number in the range 1.0 to 2.0 so subtract 1.0
102
-
//
103
-
// Note: This variant using a long constant can be slower:
0 commit comments