Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure compatibility with Android's limited Java SE subset
Android utilizes a subset of the Java SE library, which excludes several packages and classes. This commit removes calls to methods unavailable on Android or wraps them in `try-catch` blocks with appropriate fallbacks. These changes ensure the Easy Random library functions on Android platforms.
- Loading branch information