You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/src/orchid/resources/wiki/extras.md
+22
Original file line number
Diff line number
Diff line change
@@ -551,6 +551,28 @@ Faker provides its wrapper functions around `java.util.Random` (with some additi
551
551
552
552
{% endtabs %}
553
553
554
+
### Unique Random Values
555
+
556
+
Just like most data providers, `Faker#random` supports generation of unique values. See {{ anchor(title='Generator of Unique Values', collectionType='wiki', collectionId='', itemId='Generator of Unique Values') }} page for usage details.
557
+
558
+
Both "local" (provider level) and "global" (faker level) generation of unique values are supported for `RandomProvider`:
0 commit comments