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
915f403bc75025731b0a10826837dd473bd9e363
wren
/
test
/
math
/
rand.wren
T
5 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: add Math library with abs, ceil, floor, trig, and xorshift RNG
2015-01-22 15:41:19 +00:00
Math.srand
for (i in 1..10) {
IO.print(Math.floor(Math.rand * 100))
}
Reference in New Issue
Copy Permalink