Tusky-App-Android/app/src
Christophe Beyls ec599c8f8a
Replace java.util.Random with kotlin Random object (#4364)
This also improves randomness by avoiding to reinitialize the random
number generator repeatedly from a seed based on the current time.
Typically, if the number generator is reinitialized repeatedly at
non-random times (like multiple times in a row), then generated numbers
have a higher chance of repeating.

The Kotlin Random object is only initialized once, using the best seed
available for the current Android version.
2024-04-10 21:47:27 +02:00
..
androidTest/java/com/keylesspalace/tusky Replace Gson library with Moshi (#4309) 2024-04-02 21:01:04 +02:00
blue/res new app icon (#2695) 2022-09-13 19:48:09 +02:00
green/res Enforce lint cleanliness when building (#3363) 2023-03-13 10:23:42 +01:00
main Replace java.util.Random with kotlin Random object (#4364) 2024-04-10 21:47:27 +02:00
test/java Replace Gson library with Moshi (#4309) 2024-04-02 21:01:04 +02:00