On Mon, 26 Jun 2017, Ioannis A. Venetis wrote:
Is there a way to retrieve the random seed number? (with a get or
print
command just like set works for ... setting?)
Say I run the same inp file for a few times without (pre-)setting the
seed and I "like" the pseudo properties obtained from a particular run
(this can happen or be particularly true in small samples).
If you do
set seed
without any argument, you get a message indicating the current seed,
for example:
seed: unsigned int, currently 1498489102 (automatic)
Allin Cottrell