Files
ladybird/Libraries/LibJS/Runtime/MathObject.cpp
Andreas Kling 538537dfd0 LibJS: Use rand() for Math.random() on other systems
I bet we could be smarter here and use arc4random() on systems where
it is present. I'm not sure how to detect it though.
2020-03-23 13:14:04 +01:00

1.8 KiB