I hereby claim:
- I am somacdivad on github.
- I am somacdivad (https://keybase.io/somacdivad) on keybase.
- I have a public key ASBLJLQAvzm-joiPvv1HxlcD8LeRadySvwU0iGkoh-BNEQo
To claim this, I am signing this object:
| import itertools as it | |
| import random | |
| import timeit | |
| def shuffle(deck): | |
| """Return iterator over shuffled deck.""" | |
| deck = list(deck) | |
| random.shuffle(deck) | |
| return iter(tuple(deck)) |
I hereby claim:
To claim this, I am signing this object: