This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

MSP430F2274: Creating a random number generator without the use of time.h.

Part Number: MSP430F2274

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

**Attention** This is a public forum