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
Is it possible to provide a seed to the factory so that running factory.chance will give repeatable results?
The Chance documentation says that a seed can be provided to Chance using new Chance(mySeed) but I'm not sure if there is a way to pass the seed to the instance of Chance that factory-girl uses.
The text was updated successfully, but these errors were encountered:
Is it possible to provide a seed to the factory so that running
factory.chance
will give repeatable results?The Chance documentation says that a seed can be provided to Chance using
new Chance(mySeed)
but I'm not sure if there is a way to pass the seed to the instance of Chance that factory-girl uses.The text was updated successfully, but these errors were encountered: