in Common/AWSSCV-ContactFlowHelper/Code/awsscv_contact_flow_helper/awsscv_contact_flow_helper.py [0:0]
def random_number(operation_parameters):
result = round(random.uniform(int(operation_parameters['start']),int(operation_parameters['end'])))
return result