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

some problem #37

Open
sokary2004 opened this issue Sep 6, 2021 · 1 comment
Open

some problem #37

sokary2004 opened this issue Sep 6, 2021 · 1 comment

Comments

@sokary2004
Copy link

hi
1: random have problem for rand in range ... It is always larger in number

for example : thıs range 1:ffffffff ===> Program output ==> 88888888 and 45621478 and 98545651
never see lıke 00000008 or 654f

2: program need found.txt

thanks

@iceland2k14
Copy link
Owner

1: The number of points in higher side will be always larger than lower points. For example from 2^3 - 2^4 is only 8 points while 2^4 - 2^5 is 16 points..... ans so on... So you must run it many many times to be able to see lower values.

2: Yes i know. It is so trivial to add. I left it for user to do.

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

2 participants