This question is more based on writing C code and not necessarily on the MSP430 device itself. I wanted to implement a random or pseudo-random number generator that does not involve the use of `srand`, as the `time.h` file takes up more memory than I have available. Is there any specific implementations that I can look to for additional information? Thank you