hi
i am required to generate two independent data sets using random numbers.
1) first(lot sizes) can be generated with no problem.
2) second set(order size) of data should be such that the total of second is less than or equal to the total of one.
order size <= lot size
i am required to generate two independent data sets using random numbers.
1) first(lot sizes) can be generated with no problem.
2) second set(order size) of data should be such that the total of second is less than or equal to the total of one.
order size <= lot size
Comment