Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look the implementation of a pseudo-random sequence generator for 64-bit integer for Newlib. #1

Open
marat1961 opened this issue Oct 23, 2020 · 0 comments
Assignees

Comments

@marat1961
Copy link
Owner

Linear congruential generator
m=2⁶⁴
a=6364136223846793005
c=1
output bits of seed in rand() or Random(L) 63..32

@marat1961 marat1961 self-assigned this Oct 23, 2020
@marat1961 marat1961 changed the title View the implementation of a pseudo-random sequence generator for 64-bit integer for Newlib. Look the implementation of a pseudo-random sequence generator for 64-bit integer for Newlib. Oct 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant