Files
2024-11-26 13:43:24 +01:00

4 lines
58 B
JavaScript

export function getRandom() {
return Math.random();
}