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
- Host: GitHub
- URL: https://github.com/thara/go-aliasmethod
- Owner: thara
- License: mit
- Created: 2016-08-13T17:51:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-06-16T07:22:09.000Z (over 8 years ago)
- Last Synced: 2025-11-21T17:10:51.387Z (3 months ago)
- Topics: alias-method, golang, walker-alias
- Language: Go
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
go-aliasmethod
====
Implementation of [Walker's Alias method](https://en.wikipedia.org/wiki/Alias_method) by Go
[](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)