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
> `arkTest.SeedGenerator` is fairly low-level. All of the other exports of this library have been implemented in terms of `arkTest.SeedGenerator`.
152
+
129
153
Generates a configurable, pseudo-random "seed builder".
130
154
131
155
- Use [`arkTest.seedToSchema`](https://github.com/traversable/schema/tree/main/packages/arktype-test#arktestseedtoschema) to convert a seed into an ArkType schema
@@ -136,13 +160,13 @@ Generates a configurable, pseudo-random "seed builder".
Like [`arkTest.SeedGenerator`](https://github.com/traversable/schema/tree/main/packages/arktype-test#arktestseedgenerator), except `arkTest.SeedValidDataGenerator` comes pre-configured to exclude schemas that make it impossible to reliably generate valid data.
> `arkTest.SeedValidDataGenerator` does not accept any options. If you need more fine-grained control of the schemas being generated, use [`arkTest.SeedGenerator`](https://github.com/traversable/schema/tree/main/packages/arktype-test#arktestseedgenerator).
215
+
216
+
217
+
### `arkTest.SeedInvalidDataGenerator`
218
+
219
+
Like [`arkTest.SeedGenerator`](https://github.com/traversable/schema/tree/main/packages/arktype-test#arktestseedgenerator), except `arkTest.SeedValidDataGenerator` comes pre-configured to exclude schemas that make it impossible to reliably generate invalid data.
220
+
221
+
> [!NOTE]
222
+
>
223
+
> `arkTest.SeedInvalidDataGenerator` does not accept any options. If you need more fine-grained control of the schemas being generated, use [`arkTest.SeedGenerator`](https://github.com/traversable/schema/tree/main/packages/arktype-test#arktestseedgenerator).
0 commit comments