Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Random ale #273

Merged
merged 5 commits into from
Aug 10, 2016
Merged

Random ale #273

merged 5 commits into from
Aug 10, 2016

Conversation

DaveyBiggers
Copy link
Member

Fixes #254

@DaveyBiggers DaveyBiggers merged commit d006607 into master Aug 10, 2016
@DaveyBiggers DaveyBiggers deleted the randomALE branch August 10, 2016 17:15
//! Set the random seed used to seed the ALE.
//! If 0 (the default), the ALE will use the current time instead.
void setRandomSeed(int seed) { this->seed = seed; }

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops... called it "setSeed" in all the swiggings/bindings...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant