<div>Hello,</div>
<div> </div>
<div>I am using the clp.exe command line tool to solve a model that I have coded with GLPK.  It is working fine, but I would like to make successive runs using a random numbers to change some parameters.  With glpsol I can do the following:</div>

<div> </div>
<div>glpsol --seed ? -m foo.mod -d foo.dat</div>
<div> </div>
<div>and a different random number seed will be used each time.  When I solve using clp, I do the following:</div>
<div> </div>
<div>clp foo.mod%foo.dat -solve </div>
<div> </div>
<div>But I get the same result each time, because it is using the same random number seed.</div>
<div> </div>
<div>Is there a way to force a new seed?</div>
<div> </div>
<div>Thanks,</div>
<div>Greg Gruber</div>
<div> </div>