svoid test_scrambleAndUnscrambleInt() { repeat 1000000 { int x = randomInt(); assertEquals(x, unscrambleInt(scrambleInt(x)); } }