rhempel / umm_malloc

Memory Manager For Small(ish) Microprocessors
MIT License
395 stars 105 forks source link

[UMM-32] Add linear congruential random number generator #33

Closed rhempel closed 4 years ago

rhempel commented 4 years ago

@d-a-v and @devyte please review

This just makes the random number generator platform independent so that we can get repeatable results no matter how the os implements the random number generator.