Class UrlRandomizer
-
- All Implemented Interfaces:
-
io.github.krandom.api.Randomizer
public class UrlRandomizer extends AbstractRandomizer<T>
Generate a random URL.
Mahmoud Ben Hassine ([email protected])
-
-
Constructor Summary
Constructors Constructor Description UrlRandomizer()
Create a new UrlRandomizer. UrlRandomizer(long seed)
Create a new UrlRandomizer.
-
Method Summary
Modifier and Type Method Description URL
getRandomValue()
Generate a random value for the given type. -
-
Constructor Detail
-
UrlRandomizer
UrlRandomizer()
Create a new UrlRandomizer.
-
UrlRandomizer
UrlRandomizer(long seed)
Create a new UrlRandomizer.- Parameters:
seed
- initial seed
-
-
Method Detail
-
getRandomValue
URL getRandomValue()
Generate a random value for the given type.
- Returns:
a random value for the given type
-
-
-
-