I need to create a random number without using any library functions or complicated mathematics i.e math.h
library.
How do I do this without using a standard library function?
I need to create a random number without using any library functions or complicated mathematics i.e math.h
library.
How do I do this without using a standard library function?