A 16bit unique ID of MCU
I need a unique 16bit ID for each device. I know the device ID is unique but it is 96bits. I'm not sure if different parts of the 96bit point to specific characteristics or the whole 96bits are made random? To be more specific, I want to know what 16bit of it I can cut and be sure that it is LEAST LIKELY to be repeated on two devices?
The datasheet says "The 96-bit unique device identifier provides a reference number which is unique for any device and in any context." but doesn't provide any further information.
PS: I know that by cutting part of it there is chance of repetition, but it is fine as long as it is random. For example if I pick a part that points to production date then all the MCUs in one batch we get would have the same random bits which is what I'm trying to avoid.
