eagler-teavm-fork/classlib/src/main
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
..
java/org classlib: directly use Math.random() in Random 2024-01-24 20:48:28 +03:00
resources classlib: fix missing .shift() in ReferenceQueue.poll (#852) 2023-11-08 09:07:31 +01:00