ReplicatedRandom icon indicating copy to clipboard operation
ReplicatedRandom copied to clipboard

Results 3 ReplicatedRandom issues
Sort by recently updated
recently updated
newest added

Nice Work ! Quick question: Given that org.apache.commons.lang.RandomStringUtils use java.util.Random (see https://commons.apache.org/proper/commons-lang/apidocs/src-html/org/apache/commons/lang3/RandomStringUtils.html). Would it be possible to run similar attack to predict the next randomAlphanumeric values ?

I am generating random values from java random() between 1 to 4. Every time i am getting a random number between 1 to 4. i want to know the next...