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
- Host: GitHub
- URL: https://github.com/briandowns/libweyl
- Owner: briandowns
- License: bsd-2-clause
- Created: 2019-08-26T13:37:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T05:28:10.000Z (almost 7 years ago)
- Last Synced: 2025-01-14T04:44:11.592Z (over 1 year ago)
- Topics: c, random-number-generators
- Language: C++
- Homepage:
- Size: 21.5 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# libweyl
[](https://travis-ci.org/briandowns/libweyl/)
[](https://opensource.org/licenses/BSD-2-Clause)

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)