Change the random seed for the corpus specs
This commit is contained in:
parent
924ce8c1b3
commit
7d066ff632
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ describe("Languages", [&]() {
|
|||
ts_document_parse(doc);
|
||||
});
|
||||
|
||||
srand(0);
|
||||
srand(2);
|
||||
|
||||
for (int i = 0; i < 5; i++) {
|
||||
size_t edit_position = rand() % entry.input.size();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue