I've discovered there is a 2nd seed, so have modified the little test script.
Also, the 'echo' was superfluous with set -x

===============================================
#!/bin/bash
#
set -e
set -x
#
while :
    do env seed=$RANDOM issac_seed=$RANDOM flam3-genome > /dev/null
done
#

Attachment: genome.sh
Description: application/shellscript

Reply via email to