I hereby claim:
- I am wohlben on github.
- I am wohlben (https://keybase.io/wohlben) on keybase.
- I have a public key ASBmNgWu9DrePOMIWvBns9nT4ltQenWaN7-AmTsBgUwnmAo
To claim this, I am signing this object:
age_groups = [lambda: random.randint(18,25), | |
lambda: random.randint(25,40), | |
lambda: random.randint(40,90)] | |
age_group_probs = [.5, .3, .1] | |
def get_choices(): | |
pop_choices = random.choices(age_groups, weights=age_group_probs, k=10) | |
population = list(map(lambda x: x(), pop_choices)) |
I hereby claim:
To claim this, I am signing this object: