USING std::randomize functio

In reply to samir singh:

As i mentioned earlier print both the start_addr,end_addr values before calling randomize.

let say by mistake start_addr is 10 and end_addr is 5 in this case no value can be found by randomize function which satisfy the condition: addr1 <= end_addr ; addr1 >= start_addr;