[Python-ideas] random.choice on non-sequence
Terry Reedy
tjreedy at udel.edu
Wed Apr 13 06:36:04 EDT 2016
More information about the Python-ideas mailing list
Wed Apr 13 06:36:04 EDT 2016
- Previous message (by thread): [Python-ideas] random.choice on non-sequence
- Next message (by thread): [Python-ideas] random.choice on non-sequence
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 4/13/2016 12:52 AM, Chris Barker - NOAA Federal wrote: > BTW, isn't it impossible to randomly select from an infinite iterable anyway? With equal probability, yes, impossible. With skewed probabilities, no, possible. -- Terry Jan Reedy
- Previous message (by thread): [Python-ideas] random.choice on non-sequence
- Next message (by thread): [Python-ideas] random.choice on non-sequence
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list