https://github.com/profburke/randomvars
Forth defining words for random variables.
https://github.com/profburke/randomvars
forth random-number-generators random-variables
Last synced: 2 months ago
JSON representation
Forth defining words for random variables.
- Host: GitHub
- URL: https://github.com/profburke/randomvars
- Owner: profburke
- License: mit
- Created: 2014-08-26T21:56:29.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T23:06:27.000Z (almost 2 years ago)
- Last Synced: 2025-03-23T01:14:52.081Z (about 1 year ago)
- Topics: forth, random-number-generators, random-variables
- Language: Forth
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## README
### Random Variables in Forth
Every few years I wind up searching through various drives, USB sticks, etc. for this code.
Finally learned my lesson, and am putting it on Github.
I have re-worked the code so that it runs under gforth (at least as of 0.7.3) and
have refactored the code based on a few years' of experience since first I wrote it.
For details, read the source and the PDF included in the repository.
See the LICENSE for terms of use.