+ 2
How does the random functions (like randint()) work?
3 Answers
+ 1
I played with making pseudo-random numbers in this C code. It is not certified to meet random distribution criteria, but at least it demonstrates the concept.
https://code.sololearn.com/c5Cgo15HcF98/?ref=app