I\'m writing a command to randomly create 5M orders in a database.
def constrained_sum_sample( number_of_integers: int, total: Optional[int] = 5000000 ) -