The feature "Generate random values" is limited to 9 rows because the for loops in https://github.com/BdR76/RandomValuesNPP/blob/a38b628b1af568dabb903368ec3f3ae76eb6522f/RandomValuesNppPlugin/Forms/GenerateForm.cs are using (1 .. <10) instead of (1 .. <=10).
The feature "Generate random values" is limited to 9 rows because the for loops in https://github.com/BdR76/RandomValuesNPP/blob/a38b628b1af568dabb903368ec3f3ae76eb6522f/RandomValuesNppPlugin/Forms/GenerateForm.cs are using (1 .. <10) instead of (1 .. <=10).