An open API service indexing awesome lists of open source software.

https://github.com/kelindar/markov

Simple Markov chain implementation
https://github.com/kelindar/markov

golang markov markov-chain

Last synced: about 2 months ago
JSON representation

Simple Markov chain implementation

Awesome Lists containing this project

README

        

# Markov Model (EXPERIMENTAL)

This repository contains a Go port of https://github.com/martindevans/MarvellousMarkovModels, a simplified implementation of [Markov Model](https://en.wikipedia.org/wiki/Markov_model) builder in Go. This library is intented as a building block for procedural generation tools.