- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testDivideRemainderEuclideanProperty (0.11 sec)
-
android/guava-tests/test/com/google/common/primitives/UnsignedIntsTest.java
} catch (ArithmeticException e) { assertThat(b).isEqualTo(0); } } } } @GwtIncompatible // Too slow in GWT (~3min fully optimized) public void testDivideRemainderEuclideanProperty() { // Use a seed so that the test is deterministic: Random r = new Random(0L); for (int i = 0; i < 1000000; i++) { int dividend = r.nextInt(); int divisor = r.nextInt();
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Thu Aug 07 16:05:33 UTC 2025 - 12.5K bytes - Viewed (0)