Skip to content

Commit

Permalink
Fix link to RandomLong class docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mkutz committed Aug 19, 2024
1 parent aef0b32 commit a098d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/src/docs/asciidoc/chapters/03-random.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The Random module contains a collection of builders and utility functions to gen

== Random Integer/Long

The link:{javadoc-url}/random/org/stubit/random/RandomInt.html[`RandomInt`] and link:{javadoc-url}/random/org/stubit/random/RandomInt.html[`RandomLong`] classes allow to generate random Integer/Long values within a defined min and max range (both inclusive).
The link:{javadoc-url}/random/org/stubit/random/RandomInt.html[`RandomInt`] and link:{javadoc-url}/random/org/stubit/random/RandomLong.html[`RandomLong`] classes allow to generate random Integer/Long values within a defined min and max range (both inclusive).

For simple integers/longs there are several static methods available.
More complex integers/long can be defined with Builder classes that's returned by the `anInt`/`aLong` methods.
Expand Down

0 comments on commit a098d3a

Please sign in to comment.