Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonlschlee/randdistgraph
generate random distribution graph pictures
https://github.com/simonlschlee/randdistgraph
graphing picture-generation racket racket-draw racket-lang random random-distributions
Last synced: about 1 month ago
JSON representation
generate random distribution graph pictures
- Host: GitHub
- URL: https://github.com/simonlschlee/randdistgraph
- Owner: SimonLSchlee
- Created: 2018-09-26T23:59:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-19T04:31:34.000Z (about 5 years ago)
- Last Synced: 2024-10-15T03:02:50.932Z (about 1 month ago)
- Topics: graphing, picture-generation, racket, racket-draw, racket-lang, random, random-distributions
- Language: Racket
- Size: 40 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# randdistgraph
generate random distribution graph pictures in a lazy and brute force wayThis little 'Tool' is inspired by Jonathan Blow's video: [Game Engine Programming: Making Particles Even Cooler](https://www.youtube.com/watch?v=pAsFngEL8eI "Game Engine Programming: Making Particles Even Cooler")
## execute / generate
With [racket](https://racket-lang.org) installed:```racket randdistgraph.rkt```
## example pictures
![uniform](uniform.png?raw=true "uniform")
![x-squared](x-squared.png?raw=true "x-squared")
![x-cubed](x-cubed.png?raw=true "x-cubed")
![x-fourth](x-fourth.png?raw=true "x-fourth")
![one-minus-x-squared](one-minus-x-squared.png?raw=true "one-minus-x-squared")
![one-minus-x-cubed](one-minus-x-cubed.png?raw=true "one-minus-x-cubed")
![one-minus-x-fourth](one-minus-x-fourth.png?raw=true "one-minus-x-fourth")
![two-dice](two-dice.png?raw=true "two-dice")
![three-dice](three-dice.png?raw=true "three-dice")
![four-dice](four-dice.png?raw=true "four-dice")
![two-dice-squared](two-dice-squared.png?raw=true "two-dice-squared")
![three-dice-squared](three-dice-squared.png?raw=true "three-dice-squared")
![four-dice-squared](four-dice-squared.png?raw=true "four-dice-squared")
![extremes](extremes.png?raw=true "extremes")