Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# randdistgraph
generate random distribution graph pictures in a lazy and brute force way

This 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")