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

https://github.com/thara/go-aliasmethod

Implementation of Walker's Alias method by Go
https://github.com/thara/go-aliasmethod

alias-method golang walker-alias

Last synced: about 1 month ago
JSON representation

Implementation of Walker's Alias method by Go

Awesome Lists containing this project

README

          

go-aliasmethod
====

Implementation of [Walker's Alias method](https://en.wikipedia.org/wiki/Alias_method) by Go
[![Build Status](https://travis-ci.org/thara/go-aliasmethod.svg?branch=master)](https://travis-ci.org/thara/go-aliasmethod)

## Requirement

Go 1.6.2

## Install

```
go get github.com/thara/go-aliasmethod
```

## Usage

```go
import "github.com/thara/go-aliasmethod"
```

## Licence

[MIT](https://github.com/thara/go-aliasmethod/blob/master/LICENSE)

## Author

[Tomochika Hara](https://github.com/thara)