asn1c
asn1c copied to clipboard
No defination of random() in asn_random_fill.c
There is no definition of random used in https://github.com/vlm/asn1c/blob/9925dbbda86b436896108439ea3e0a31280a6065/skeletons/asn_random_fill.c#L51
If there is no definition then we could use rand() defined in <stdlib.h> if it serves the right purpose. @vlm What is your suggestion?
random() should be defined in <stdlib.h> too. It is on MacOS, as I just verified.