- Hem
 - Gemenskapen
 - Allmänt
 - Invest in random code
 
Advertisement
            
                
                Edit Your Comment
            
            
        Invest in random code
    
                            forex_trader_75987                    
                                    
                    
                        
                            Medlem sedan May 02, 2012
                                     
                        
                        
                            113 inlägg
                        
                    
                
            
                    Nov 27, 2016 at 13:46
                                    
                
                    
                            
                                Medlem sedan May 02, 2012
                                 
                            
                            
                                113 inlägg
                            
                    
                
            Hello guys,
I was studying some techinique to catch good numbers in lottery with 49 numbers at maximum. Choose 6 from 49 numbers.
On the internet, i had not never saw a software that could give me a random numbers for many combinations.
Someone here (or investor) would like to join with me to pay for a randomizer service ? We could give a try and bet ocasionally in loterries and i could help in a way. :D
many thanks!
    
                            forex_trader_75987                    
                                    
                    
                        
                            Medlem sedan May 02, 2012
                                     
                        
                        
                            113 inlägg
                        
                    
                
            
                    Nov 28, 2016 at 02:20
                                    
                
                    
                            
                                Medlem sedan May 02, 2012
                                 
                            
                            
                                113 inlägg
                            
                    
                
            Well, the programmer of Random.org charged me 150$ to random my 13 million of combinations... I have a simple idea in my mind , but i prefer to talk individually .
I will talk with you :)
                    
                        
                            Medlem sedan Nov 14, 2015
                                     
                        
                        
                            315 inlägg
                        
                    
                
            
                    Nov 28, 2016 at 09:19
                                    
                
                    
                            
                                Medlem sedan Nov 14, 2015
                                 
                            
                            
                                315 inlägg
                            
                    
                
            
    
                            forex_trader_75987                    
                                    
                    
                        
                            Medlem sedan May 02, 2012
                                     
                        
                        
                            113 inlägg
                        
                    
                
            
                    Nov 28, 2016 at 17:59
                                    
                
                    
                            
                                Medlem sedan May 02, 2012
                                 
                            
                            
                                113 inlägg
                            
                    
                
            stian posted:
Here is all you need in python code, can run it off repl.it.
https://repl.it/E9Fm/0
wow, very simple and nice , ^_^
    
                            forex_trader_75987                    
                                    
                    
                        
                            Medlem sedan May 02, 2012
                                     
                        
                        
                            113 inlägg
                        
                    
                
            
                    Nov 28, 2016 at 20:10
                                    
                
                    
                            
                                Medlem sedan May 02, 2012
                                 
                            
                            
                                113 inlägg
                            
                    
                
            stian posted:
Here is all you need in python code, can run it off repl.it.
https://repl.it/E9Fm/0
@stian , do you know a code of how to combine 6 numbers i choose ?
I want to combinate 25,44,45,49,11,24,41,17,19,38,22,46,47,26 numbers in a set of 6 numbers .
Example.: 25,44,45,49,11,24
11,24,17,19,47,46
ad infinitum !
                    Nov 29, 2016 at 15:20
                                    
                
                    
                            
                                Medlem sedan Mar 25, 2015
                                 
                            
                            
                                70 inlägg
                            
                    
                
            
                        Hi Igor, have you ever won some big money from these lotteries or it is just the passion for it that keeps you going? Do you use the same motivation as when you trade?
                                                                                            
                                                            
    
                            forex_trader_75987                    
                                    
                    
                        
                            Medlem sedan May 02, 2012
                                     
                        
                        
                            113 inlägg
                        
                    
                
            
                    Nov 29, 2016 at 16:00
                                    
                
                    
                            
                                Medlem sedan May 02, 2012
                                 
                            
                            
                                113 inlägg
                            
                    
                
            NEEnah posted:
Hi Igor, have you ever won some big money from these lotteries or it is just the passion for it that keeps you going? Do you use the same motivation as when you trade?
very small prize Neenah , lol
i love math applied in the world !
actually i decided not to trade
                    
                        
                            Medlem sedan Nov 14, 2015
                                     
                        
                        
                            315 inlägg
                        
                    
                
            
                    Nov 29, 2016 at 18:56
                                            
                                        (redigerad Nov 29, 2016 at 18:57)
                                    
                                    
                
                    
                            
                                Medlem sedan Nov 14, 2015
                                 
                            
                            
                                315 inlägg
                            
                    
                
            Igor123472 posted:stian posted:
Here is all you need in python code, can run it off repl.it.
https://repl.it/E9Fm/0
@stian , do you know a code of how to combine 6 numbers i choose ?
I want to combinate 25,44,45,49,11,24,41,17,19,38,22,46,47,26 numbers in a set of 6 numbers .
Example.: 25,44,45,49,11,24
11,24,17,19,47,46
ad infinitum !
Sure, just set the numbers you want as the "numbers", like this:
https://repl.it/Eaqt
If you want a random order and not low to high, just remove the ordering call. There is a comment.
    
                            forex_trader_75987                    
                                    
                    
                        
                            Medlem sedan May 02, 2012
                                     
                        
                        
                            113 inlägg
                        
                    
                
            
                    Dec 01, 2016 at 18:32
                                    
                
                    
                            
                                Medlem sedan May 02, 2012
                                 
                            
                            
                                113 inlägg
                            
                    
                
            
                        @stian 
could you give me a link or code that generates combinations of random numbers without repetition ?
in this sequence there are too many repetitions of numbers :
[1, 5, 10, 27, 29, 35]
[7, 13, 17, 21, 26, 43]
[2, 8, 9, 25, 32, 42]
[1, 10, 31, 33, 35, 44]
[16, 21, 33, 42, 44, 46]
[1, 21, 23, 29, 31, 44]
[1, 12, 22, 23, 36, 43]
[2, 4, 22, 35, 44, 45]
                                                                                            
                                                            could you give me a link or code that generates combinations of random numbers without repetition ?
in this sequence there are too many repetitions of numbers :
[1, 5, 10, 27, 29, 35]
[7, 13, 17, 21, 26, 43]
[2, 8, 9, 25, 32, 42]
[1, 10, 31, 33, 35, 44]
[16, 21, 33, 42, 44, 46]
[1, 21, 23, 29, 31, 44]
[1, 12, 22, 23, 36, 43]
[2, 4, 22, 35, 44, 45]
                    
                        
                            Medlem sedan Nov 14, 2015
                                     
                        
                        
                            315 inlägg
                        
                    
                
            
                    Dec 01, 2016 at 21:08
                                    
                
                    
                            
                                Medlem sedan Nov 14, 2015
                                 
                            
                            
                                315 inlägg
                            
                    
                
            
                        It is totally random already, and each set is without repetition. But well, here is one that exclude the numbers of the last two sets,
https://repl.it/Edbj
                                                            https://repl.it/Edbj
                    Dec 04, 2016 at 08:34
                                    
                
                    
                            
                                Medlem sedan Mar 25, 2015
                                 
                            
                            
                                70 inlägg
                            
                    
                
            Igor123472 posted:NEEnah posted:
Hi Igor, have you ever won some big money from these lotteries or it is just the passion for it that keeps you going? Do you use the same motivation as when you trade?
very small prize Neenah , lol
i love math applied in the world !
actually i decided not to trade
Hi Igor, I wish you good luck and you really seem excited about the application of mathematical models! Maybe the big prize is coming soon for you 😄
    
                            forex_trader_75987                    
                                    
                    
                        
                            Medlem sedan May 02, 2012
                                     
                        
                        
                            113 inlägg
                        
                    
                
            
                    Dec 11, 2016 at 07:12
                                    
                
                    
                            
                                Medlem sedan Dec 09, 2016
                                 
                            
                            
                                15 inlägg
                            
                    
                
            
                        Is this really something that the world needs?
                                                                                            
                                                            
        
            *Kommersiell användning och skräppost tolereras inte och kan leda till att kontot avslutas.
        
        
                
                
                    Tips: Om du lägger upp en bild/youtube-adress bäddas den automatiskt in i ditt inlägg!
                
            
            
                
                
                    Tips: Skriv @-tecknet för att automatiskt komplettera ett användarnamn som deltar i den här diskussionen.