Random number generator app?

Hello forum,

I am looking for a free software replacement for True Random Generator. I couldn’t find anything similar in F-Droid. Is there? I only found RPG helper apps with a fixed list of dices.

I only need an app for generating (pseudo) random numbers from 1 to a configurable maximal value. Something minimal like e.g. GitHub - MarkusShepherd/Random: An Android project that displays random numbers. (see the screenshot there). I have no experience in building Android apps by myself, however.

Another example would be GitHub - dubhad-dev/secure-random-number: Simple android generator of secure random numbers.. An apk is offered for download there, but I don’t trust it.

You could install termux and use the command shuf -i 1-17 -n 5, which returns 5 random integers between 1 and 17 (without repetition).

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.