- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testDivideRemainderEuclideanProperty (0.18 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 Nov 01 12:43:10 UTC 2024 - Last Modified: Sat Oct 19 02:56:12 UTC 2024 - 12.5K bytes - Viewed (0)