some problem
sokary2004 opened this issue · 1 comments
sokary2004 commented
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 commented
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.