Hello,
I am using MSP430FR6047 controller, whose user manual informs about Random Number Generator(True Random Seed) as a device descriptor information (TLV) section contains a 128-bit true random seed that can be used to implement a deterministic random number.
I am not able to find out how to implement this functionality in my code, since there is no brief information available in user manual as well as on online platform.
My question is:
1. What header file to be included for Implementation of Random Number Generator?
2. Is there any predefined function to generated 128-bit random number within this header file?

