This system has theoretical bounds of 297160.Mvicente said:Please....
I need this whell LD (25-15-14-14).
Thanks...
![]()
Mvicente said:My question:
THIS wheel LD(25-15-14-14) = LD (25-10-7-7) ???
Thanks...
![]()
Mvicente said:OK...
Thank you for explanation!!!
I see that wheel at page.
But...
Do You have this wheel??
LD (25-10-10-11) ??
Can send me???
Thanks.
![]()
SRM said:This system also has theoretical bounds of 297160.
I am not aware of this system existing, or for that matter, know of any software that will generate it.
tomtom said:The 25,10,10,11 has theoretical bounds somewhere between 306000 and 307000....
A few, myself included, use ininuga as a tool & have developed methods to futher enhance the ability of Ininuga if used correctly.
SRM said:tomtom,
if you do not use Ininuga - may I suggest that you try it.
It is free to download, with no limitations & [will not even cost 2 hamburgers.]
It was written some years back, by someone with a real understanding of maths, sadly limited only by the operating systems & compilers available at the time.
If run, you could easily be more concise with your statement of:-
"theoretical bounds somewhere between 306000 and 307000"
Ininuga will concisely show the exact theoretical bounds of the systems it covers - even if it can not create it.
Sadly if the bounds are over 8000 - it can not continue.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you were to ask 100 Ininuga users to produce a system - most would just set the param's to the system - sit back and say the results are bad - what a useless piece of software.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A few, myself included, use ininuga as a tool & have developed methods to futher enhance the ability of Ininuga if used correctly.
Good luck...
Grandmaster said:Hi SRM,
I have Ininuga but I also have Covermaster, which setting do you reccommend in Ininuga to create a very good wheel with 18 numbers Pick 6 4if4 also 5if6 both 100%?
Which is the minimum theoretically of the above wheel ?
Regards
SRM said:
...
Creating a good system?
95% time/effort/method & 5% luck![]()
Rgds..
If the 49,6,3,6=86 bound comes from another more specific equation or determined somehow by other means, then definitely this is a more accurate measurement of the lowest bound.
SRM said:
An example of my bad programming skills are listed below:-
OPEN "A", #1, "C:\filter\FILE1.TXT"
CLOSE #1
KILL "C:\filter\FILE1.TXT"
OPEN "A", #4, "C:\FILTER\FILE1.TXT"
OPEN "C:\filter\filter.TXT" FOR INPUT AS #5
INPUT "NUMBER OF LINES? ", MAX
INPUT "FILTER CRITERIA? ", FI
INPUT "N1 MIN? ", AA
INPUT "N1 MAX? ", AB
INPUT "N2 MIN? ", AC
INPUT "N2 MAX? ", AD
INPUT "N3 MIN? ", AE
INPUT "N3 MAX? ", AF
INPUT "N4 MIN? ", AG
INPUT "N4 MAX? ", AH
INPUT "N5 MIN? ", AI
INPUT "N5 MAX? ", AJ
INPUT "N6 MIN? ", AK
INPUT "N6 MAX? ", AL
100 FOR X = 1 TO MAX
110 INPUT #5, Q%(1), Q%(2), Q%(3), Q%(4), Q%(5), Q%(6)
PRINT Q%(1); ","; Q%(2); ","; Q%(3); ","; Q%(4); Q%(5); "," Q%(6):
200 IF Q%(1) >= AA AND Q%(1) <= AB THEN 210
205 MT = MT + 1
210 IF Q%(2) >= AC AND Q%(2) <= AD THEN 220
215 MT = MT + 1
220 IF Q%(3) >= AE AND Q%(3) <= AF THEN 230
225 MT = MT + 1
230 IF Q%(4) >= AG AND Q%(4) <= AH THEN 240
235 MT = MT + 1
240 IF Q%(5) >= AI AND Q%(5) <= AJ THEN 250
245 MT = MT + 1
250 IF Q%(6) >= AK AND Q%(6) <= AL THEN 300
255 MT = MT + 1
300 IF MT >= FI THEN 350
340 PRINT #4, Q%(1); ","; Q%(2); ","; Q%(3); ","; Q%(4); Q%(5); "," Q%(6):
350 MT = 0
360 NEXT X
CLOSE #1
CLOSE #4
CLOSE #5
SYSTEM