Generation

generate functionSat, 12 Nov 2022

Generator for 4 random outputs with specific rages

def random_generator(a, b): return a + random.randrange(b)

Want to kickstart your project?Use the new AI Studio to create your code