]> granicus.if.org Git - python/commit
SF patch 629637: Add sample(population, k) method to the random module.
authorRaymond Hettinger <python@rcn.com>
Tue, 12 Nov 2002 17:41:57 +0000 (17:41 +0000)
committerRaymond Hettinger <python@rcn.com>
Tue, 12 Nov 2002 17:41:57 +0000 (17:41 +0000)
commitf24eb35d185c0623315cfbd9977d37c509860dcf
tree336a055089a3bd51d89bf4fdc987fb90ce743e09
parent3a7ad5c5843467dc67ddf4c6622dd466f0f42c74
SF patch 629637:  Add sample(population, k) method to the random module.
Used for random sampling without replacement.
Doc/lib/librandom.tex
Lib/random.py
Misc/NEWS