https://github.com/gcarreno/testrandomgeneration
A series of random generation functions based on Prof. Marsaglia
https://github.com/gcarreno/testrandomgeneration
fpc free-pascal freepascal object-pascal objectpascal random-generation random-number-generators
Last synced: 2 months ago
JSON representation
A series of random generation functions based on Prof. Marsaglia
- Host: GitHub
- URL: https://github.com/gcarreno/testrandomgeneration
- Owner: gcarreno
- License: unlicense
- Created: 2024-03-05T08:24:44.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-13T17:56:22.000Z (about 1 year ago)
- Last Synced: 2025-01-30T02:21:33.801Z (4 months ago)
- Topics: fpc, free-pascal, freepascal, object-pascal, objectpascal, random-generation, random-number-generators
- Language: Pascal
- Homepage: https://wiki.freepascal.org/Marsaglia%27s_pseudo_random_number_generators
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Test Random Generation
[](https://github.com/gcarreno/TestRandomGeneration/actions)
[](https://github.com/gcarreno/TestRandomGeneration/releases/latest)
[](https://github.com/gcarreno/TestRandomGeneration/releases/latest)
[](https://github.com/gcarreno/TestRandomGeneration/releases/latest)
[](https://github.com/gcarreno/TestRandomGeneration/blob/master/LICENSE)
[](https://github.com/gcarreno/TestRandomGeneration/releases/latest)
[](https://github.com/gcarreno/TestRandomGeneration/releases)The objective of this repository is to have a personal copy of the Random Generation functions from Prof. Marsaglia.
The code is taken from Thaddy de Koning's entry on the [Free Pascal Wiki](https://wiki.freepascal.org/Marsaglia%27s_pseudo_random_number_generators).
I'm using an MIT License for the time being. Need to have a talk with Thaddy to sort that out.