Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/okeuday/quickrand
Quick Erlang Random Number Generation
https://github.com/okeuday/quickrand
erlang random random-number-generators
Last synced: 5 days ago
JSON representation
Quick Erlang Random Number Generation
- Host: GitHub
- URL: https://github.com/okeuday/quickrand
- Owner: okeuday
- License: mit
- Created: 2013-03-04T18:00:47.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-21T10:42:33.000Z (8 months ago)
- Last Synced: 2025-01-04T07:37:03.905Z (7 days ago)
- Topics: erlang, random, random-number-generators
- Language: Erlang
- Homepage:
- Size: 252 KB
- Stars: 41
- Watchers: 2
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
Awesome Lists containing this project
- freaking_awesome_elixir - Erlang - Quick Random Number Generation. (Text and Numbers)
- fucking-awesome-elixir - quickrand - Quick Random Number Generation. (Text and Numbers)
- awesome-elixir - quickrand - Quick Random Number Generation. (Text and Numbers)
README
Quick Random Number Generation
==============================[![Build Status](https://app.travis-ci.com/okeuday/quickrand.svg?branch=master)](https://app.travis-ci.com/okeuday/quickrand)
Provides a simple interface to call efficient random number generation
functions based on the context. Proper random number seeding is enforced.`random_wh82` is provided as an alternative to the `random` module
which is scheduled to be removed in Erlang/OTP 20.Build
-----rebar compile
Author
------Michael Truog (mjtruog at protonmail dot com)
Thanks
------* Raimo Niskanen (Box-Muller transformation floating-point period)
* Richard O'Keefe (floating-point random number period insights)License
-------MIT License