mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
8 lines
187 B
Markdown
8 lines
187 B
Markdown
|
randhex.py
|
||
|
----------
|
||
|
|
||
|
Usage: `randhex.py <MAXBITS>`
|
||
|
|
||
|
This script generates a random hexadecimal value of the given maximum
|
||
|
size in bits. If `MAXBITS` is not specified it defaults to 64.
|