Uses of Class
cloud.opencode.base.test.data.RepeatableRandom
Packages that use RepeatableRandom
-
Uses of RepeatableRandom in cloud.opencode.base.test.data
Methods in cloud.opencode.base.test.data that return RepeatableRandomModifier and TypeMethodDescriptionRepeatableRandom.reset()Resets the random generator to the initial state.static RepeatableRandomRepeatableRandom.withRandomSeed()Creates a repeatable random with a random seed.static RepeatableRandomRepeatableRandom.withSeed(long seed) Creates a repeatable random with specified seed.