Skip to content

Instantly share code, notes, and snippets.

View Grandmother's full-sized avatar

Roman Kovtyukh Grandmother

View GitHub Profile
#!/usr/bin/env python3
from collections import Counter
from random import randint
def gen_propotional(array, amount):
weighted_array = []
for i in array:
weighted_array += [i] * i