random picks from a list
Rogue9
rogue9 at ntlworld.com
Thu Jun 12 16:00:18 EDT 2003
More information about the Python-list mailing list
Thu Jun 12 16:00:18 EDT 2003
- Previous message (by thread): random picks from a list
- Next message (by thread): random picks from a list
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi All, I´m working on a program for lottery analysing and need to generate random numbers from a filtered list of numbers i.e. I have reduced the likely ¨winning¨ numbers to a smaller pool and have them in a list. How do i use the random funtion in Python to pick random numbers from this list?Is this the use of the seq argument in the random function? The documentation does not cover the use of all the arguments available for this function and my attempts to use if have been a failure. Guidance would be very much welcome Pythonistas, Thanks Lol McBride
- Previous message (by thread): random picks from a list
- Next message (by thread): random picks from a list
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list