This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
5f267ee8229663e56961f413949c9bc2f3c5c296
wren
/
test
/
math
/
rand.wren
T
5 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added simple "Math" library.
2015-01-22 16:41:19 +01:00
Math.srand
for (i in 1..10) {
IO.print(Math.floor(Math.rand * 100))
}
Reference in New Issue
Copy Permalink