We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77af40 commit 604e144Copy full SHA for 604e144
src/faker.ts
@@ -168,7 +168,7 @@ export class Faker extends SimpleFaker {
168
*
169
* Refer to the `seed()` method for more information.
170
171
- * @default randomSeed()
+ * Defaults to a random seed.
172
*/
173
seed?: number;
174
}) {
src/simple-faker.ts
@@ -132,7 +132,7 @@ export class SimpleFaker {
132
133
134
135
136
137
138
} = {}
0 commit comments