Skip to content

Commit

Permalink
refactor(docs): move host section to top
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvanFranklin committed Jan 10, 2025
1 parent aa6cb17 commit b1c4b31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
Nonsensical math paper generator inspired by
[mathgen](https://thatsmathematics.com/mathgen/). Try it [here](https://sylvanfranklin.github.io/nonsense/)

![](generation.gif)

> [!WARNING]
> Hosting is broken right now I'll try to fix it asap.
![](generation.gif)

## How it works
Since the **Typst** language is deterministic and lacks a random number generator, I had to rely on number theory tricks. Each step of the process uses a linear congruential generation to create the illusion of randomness.

Expand Down

0 comments on commit b1c4b31

Please sign in to comment.