Encoding
|
The pseudorandom number can be encoded in the following formats:
- Hexadecimal
For example: 46:28:cc:d9:8d
Note:
The hexadecimal value a-f can also be conveterd to uppercase.
For example: 46:28:CC:D9:8D
- Decimal
For example: 39:150:69:228:228
- Octal
For example: 71:74:367:161:122
- Binary
For example: 10101100:01101111:10101000:10001000:00111110
|