eagler-teavm-fork/classlib/src
Bernd Busse 1964235fef classlib: directly use Math.random() in Random
Math.random() already handles the implementation for the backends,
delegating to JavaScript's Math.random() or the C runtime
implementation.

Fixes duplicate symbols when using the WASM backend.
2024-01-24 20:48:28 +03:00
..
main classlib: directly use Math.random() in Random 2024-01-24 20:48:28 +03:00
test/java/org/teavm/classlib/impl classlib: replace usage of Math.log10 with custom implementation of int log10 algorithm 2023-12-07 19:14:55 +01:00