int ok = hw_StrongRandom(APTR buf, int len, struct hwTagList *tags);
hw_StrongRandom() fills the memory buffer passed in buf with len random bytes.
Note that this function is very slow in comparison to a normal random number generator which is why you shouldn't use it in performance-critical situations.
Also note that on AmigaOS 3.x and AROS this function falls back to a normal random number generator which isn't appropriate for cryptography.
NULL for nowTrue for success, False if there was an error