Random Bytes
Every now and then, it is sometimes useful to get a random array of bytes (for me anyways), so here they are:
| 1 Byte: | {0xf8} |
| 2 Bytes: | {0xfd, 0x50} |
| 4 Bytes: | {0xc2, 0x25, 0x2e, 0xec} |
| 8 Bytes: | {0x30, 0x7d, 0x9a, 0x5f, 0xc0, 0x50, 0xb9, 0x64} |
| 16 Bytes: | {0xcc, 0xb1, 0x1d, 0xb4, 0x75, 0x6a, 0xd0, 0x1b, 0x1b, 0x30, 0x48, 0xa6, 0x93, 0x10, 0x4d, 0xe9} |
Create a custom byte array size (max 9999):
{0x33, 0x62, 0xe0, 0xd7, 0x77, 0x1b, 0xf5, 0x3b, 0xed, 0x68}