random/common_random library
Functions
-
CommonRandom(
[int? seed]) → Random - Every time you reinstall your app, the CommonRandom() is being initialized with the same starting conditions. To ensure you get a different result each time, use the current timestamp as a seed. This makes the seed dynamic and unique each time.