Making random values a little bit easier
Create UUIDs (Version 4) - 128 bit pseudo-random identifiers
Generate random numbers and values (RNG)
Quasirandom number generators
enables fast and precisely controled random picking up from collection of data.
tree structure that allows fast random picking up
A general random number generator, allows to experiment with different RNGs
PCG-Extended, more bits of randomness for you!
Would you like to use Elm for real-world projects?
📢 My book
Practical Elm
skips the basics and gets straight into the nuts-and-bolts of building non-trivial apps.
🛠 Things like building out the UI, communicating with servers, parsing JSON, structuring the application as it grows, testing, and so on.