Skip to content

Commit

Permalink
Actually add random
Browse files Browse the repository at this point in the history
  • Loading branch information
Seggan committed Nov 21, 2023
1 parent 5efc5b7 commit 339c1ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/index.papyri
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ This will create a JAR file in `metis-app/build/libs` that can be run with `java

@h2 Changelog

@h2 { 0.1.1 }
[
{Actually added `random` to the standard library}
]

@h2 { 0.1.0 }
[
{Initial release}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ class State(parentState: State? = null) {
addNativeLibrary(RegexLib)
addNativeLibrary(PathLib)
addNativeLibrary(MathLib)
addNativeLibrary(RandomLib)

loaders.add(ResourceLoader)
loaders.add(NativeLoader(nativeLibraries))
Expand Down

0 comments on commit 339c1ae

Please sign in to comment.