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

https://github.com/briandowns/libweyl

Middle Random Weyl Sequence
https://github.com/briandowns/libweyl

c random-number-generators

Last synced: 3 months ago
JSON representation

Middle Random Weyl Sequence

Awesome Lists containing this project

README

          

# libweyl

[![travis](https://img.shields.io/travis/briandowns/libweyl.svg)](https://travis-ci.org/briandowns/libweyl/)
[![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](https://opensource.org/licenses/BSD-2-Clause)
![GitHub tag (latest by date)](https://img.shields.io/github/v/tag/briandowns/libweyl?style=plastic)

libweyl is a simple C implementation of the Middle Random Weyl Sequence generator. It's a direct port of [Tidwall](https://github.com/tidwall/weyl-rs)'s Rust implementation and used primarily for testing.

## Build

```sh
make
```

## Install

```sh
make install
```

## Test

```sh
make test
```

## Contributing

Please feel free to open a PR!

## License

loads source code is available under the BSD 2 clause [License](/LICENSE).

## Contact

[@bdowns328](http://twitter.com/bdowns328)