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
Please provide a short couple sentence summary.
In order to use RNG functions in the tranformed data block, the Stan model must be constructed with a boost rng object which has been instantiated with the random seed.
Summary:
Please provide a short couple sentence summary.
In order to use RNG functions in the tranformed data block, the Stan model must be constructed with a boost rng object which has been instantiated with the random seed.
Description:
see stan-dev/stan#2241 for details and discussion.
Reproducible Steps:
Use the following program to test:
Current Output:
Current output results in identical values for vector y, no matter what the seed.
Expected Output:
Different seeds should give different values.
Current Version:
v2.15.0
The text was updated successfully, but these errors were encountered: