logo elektroda
logo elektroda
X
logo elektroda

How to Generate 1-800 Lottery Ticket Numbers: Quick Methods for Printing Large Batches

vKwiatekv 10926 5
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 16283417
    vKwiatekv
    Level 5  
    Hello
    I have to print over 800 lottery tickets tomorrow
    It's about what is drawn, i.e. 567 or 432
    In what program and how to do it to quickly write so many numbers from 1 to over 800
    I am asking for quick help
    Thank you
  • ADVERTISEMENT
  • #2 16283440
    trance123
    Level 21  
    Excel. You enter "1" in the first cell and "2" in the second one below and select and drag down. I wrote it longer than I would have done it and sent you ...
  • ADVERTISEMENT
  • #3 16283507
    cheval de bataille
    Level 11  
    You can use Python and the online interpreter.

    Code: Python
    Log in, to see the code


    Paste it e.g. here (on the left):
    https://repl.it/languages/python3

    Click run, on the right you have random numbers that interest you.

    Example result:
    Python 3.5.2 (default, Dec 2015, 13:05:11)
    [GCC 4.8.2] on linux
    
    512
    334
    660
    966
    216
    644
    819
    073
    851
    463
    636
    778
    096
    
    ...
    
  • ADVERTISEMENT
  • #4 16310347
    wiesiek_rog
    Level 10  
    As EXEL above, but you can still use the function = LOS () * 800
    EXEL generates a random number between 1 and 800.
    Depending on what you need ....
  • ADVERTISEMENT
  • #5 16317270
    pojemnik
    Level 8  
    in delphi also simply do something like that using randomy.
  • #6 20700411
    ladamaniac
    Level 40  
    There is Excel and the advice of a friend trance123. We need a set to draw from, not random numbers. After all, we can get 666 three times, and never 555.
ADVERTISEMENT