mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 19:10:38 +00:00
Clean up base package
This commit is contained in:
parent
382d8d22d0
commit
fc8b6d0fcb
60 changed files with 102 additions and 100 deletions
|
@ -8,7 +8,7 @@ public class RandomUtils {
|
|||
private static final ThreadLocal<SecureRandom> LOCAL_RANDOM = ThreadLocal.withInitial(() -> {
|
||||
var rand = getSecureRandomUnseeded();
|
||||
|
||||
// Let the SecureRandom seed it self initially
|
||||
// Let the SecureRandom seed itself initially
|
||||
rand.nextBoolean();
|
||||
|
||||
return rand;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue