Searched refs:rand2 (Results 1 – 1 of 1) sorted by relevance
2978 let rand2 = random(); in test_mocked_random() localVariable2980 if rand1 == rand2 { in test_mocked_random()2981 assert_eq!(rand2 + 1, rand3); in test_mocked_random()2983 assert_eq!(rand1 + 1, rand2); in test_mocked_random()2984 assert_eq!(rand2, rand3); in test_mocked_random()