You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In e.g. ~/.cmdstan/cmdstan-2.34.0/examples/bernoulli:
./bernoulli sample data file=bernoulli.data.json random seed=0 output file=0.csv
./bernoulli sample data file=bernoulli.data.json random seed=1 output file=1.csv
diff *.csv
I'd expect the draws to be different. The cmdstan help (e.g. bernoulli help-all) says 0 is a valid input:
random
Random number configuration
Valid subarguments: seed
seed=<x>
Random number generator seed
Valid values: non-negative integer < 4294967296 or -1 to generate seed from system time
Defaults to -1
Additional Information:
Same behavior happens for v2.33.1
Current Version:
v2.34.0
The text was updated successfully, but these errors were encountered:
Reproducible Steps:
In e.g.
~/.cmdstan/cmdstan-2.34.0/examples/bernoulli
:Current Output:
Expected Output:
I'd expect the draws to be different. The cmdstan help (e.g.
bernoulli help-all
) says 0 is a valid input:Additional Information:
Same behavior happens for v2.33.1
Current Version:
v2.34.0
The text was updated successfully, but these errors were encountered: