Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
preserves random values in Primus (#958)
Primus generates a new random value (of course, if some generator policy was assigned) every time `Env.get` is called with an unbound variable. This PR changes this behaviour and makes Primus remember the generated value, i.e. bind such variable first time it's value was requested.
- Loading branch information