Gear61 / Random-Number-Generator

A clean, simple random number generator for Android. Downloaded 180,000+ times and rated 2,000+ times on Google Play with 4.7+ average rating.
39 stars 24 forks source link

untested better randomness #50

Open cauerego opened 3 years ago

cauerego commented 3 years ago

sorry i couldn't do much more today yet... but perhaps we could still enjoy it, eventually.

Gear61 commented 3 years ago

How does the performance compare between before and after? Can use Systrace or just simple print statements before and after the generation block.

cauerego commented 3 years ago

i basically can't compile on mobile only. got no desktop.

in practice, i will only be able to test it if i can get gradle to work on github actions or elsewhere online.

but it's very simple code based on those articles from #47 who did the test already.