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