Open
Description
random
can be improved to have better constants for Knuth LCG algorithm, based on "The Art of Computer Programming".
There is also need to document how to create a real pseudo generator (generate good random seed).
I already have an implementation, but it requires xor operator that is not implemented.
- Improve random to have better constants
- Implement
^
operator - Include random seed function
- Document the
random
function