How do make a function that creates a sequence of n random numbers?
Gerhard Häring
gh at ghaering.de
Wed Feb 18 11:30:10 EST 2004
More information about the Python-list mailing list
Wed Feb 18 11:30:10 EST 2004
- Previous message (by thread): www.python.org downtime Thurs 2/18
- Next message (by thread): How do make a function that creates a sequence of n random numbers?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
shivermetimbers15 wrote: > I'm new to Python, as you can tell, and I'm interested in how to do this. Do you want to create your own random number generator, or do you just want to use an existing one? If you want to use a good one, you can just use the one in the Python standard library in the module 'random'. -- Gerhard
- Previous message (by thread): www.python.org downtime Thurs 2/18
- Next message (by thread): How do make a function that creates a sequence of n random numbers?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list