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

Split out RNG from MarkovChain to allow reusing a model multiple times. #72

Merged
merged 1 commit into from
May 30, 2021

Conversation

Diggsey
Copy link
Contributor

@Diggsey Diggsey commented May 30, 2021

Fixes #71

@mgeisler mgeisler merged commit 443c2de into mgeisler:master May 30, 2021
@mgeisler
Copy link
Owner

Wow, amazing! Thanks for going through the trouble of updating the changelog and the version number, that made it very easy for me :-) I've just published the new version to crates.io!

I guess you normalized the README formatting using something like Comrak? I've been meaning to setup some Markdown auto-formatting for my projects, so I'm curious what you used :-)

@Diggsey
Copy link
Contributor Author

Diggsey commented May 30, 2021

Ah actually the README formatting was an accident - my editor just formats that stuff. I think it's using prettier by default.

@mgeisler
Copy link
Owner

Okay, I see 😄 Well, you made me consider setting up nice auto-formatting for the files, so it was a lucky accident.

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.

Split model training from randomness
2 participants