I have a random serial number from a chip ex: 0x12345678 and need a random byte from this, 0x00 to 0xFF.
The serial is from a chip so not two are the same!
Most simple was to use one of the byte from the 4 byte Int32 but the generated serial can change in any of the byte therefore we cant know which one to use...
Simple, how to get a single random byte from the Int32?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum