aboutsummaryrefslogtreecommitdiff
path: root/examples/random/random.tm
AgeCommit message (Expand)Author
2025-04-07Move core libraries into their own folderBruce Hill
2025-04-06Rename Array -> List in all code and docsBruce Hill
2025-04-06Improved inline C code: now uses `C_code` keyword and supportsBruce Hill
2025-04-06No more colons for blocksBruce Hill
2025-04-06Change method calls to use `foo.baz()` instead of `foo:baz()`Bruce Hill
2025-04-04Misc fixesBruce Hill
2025-04-04First working compile of refactor to add explicit typing to declarationsBruce Hill
2025-04-01Rename default RNG to `random`Bruce Hill
2025-04-01Moved RNG out of the compiler and into a standalone libraryBruce Hill