I would like to create an array of 20 random bytes.
Very easy but I am kind of having a slow day.
Thanks,
|
I would like to create an array of 20 random bytes. Very easy but I am kind of having a slow day. Thanks, |
|||
|
|
|
Try the
|
|||
|
|
|
Let me guess - generating a salt for the Android licensing check maybe? :-) My second hit for this search may also be of use: http://www.random.org/bytes/ |
|||
|
|
I use an Excel Function =round(rand()*(-128-128)+128,0). Then I convert them to text using a Paste Special, so that I could keep an external record of the array. |
|||
|
|