Searched refs:createRandomUnicastAddress (Results 1 – 2 of 2) sorted by relevance
62 public static @NonNull MacAddress createRandomUnicastAddress() { in createRandomUnicastAddress() method in MacAddressUtils63 return createRandomUnicastAddress(null, new SecureRandom()); in createRandomUnicastAddress()77 public static @NonNull MacAddress createRandomUnicastAddress(@Nullable MacAddress base, in createRandomUnicastAddress() method in MacAddressUtils91 return createRandomUnicastAddress(base, r); in createRandomUnicastAddress()
69 MacAddress mac = MacAddressUtils.createRandomUnicastAddress(); in testMacAddressRandomGeneration()