diff --git a/htdocs/admin/system/gendata.php b/htdocs/admin/system/gendata.php
index 4d73e3c4b60..2346c417d8d 100644
--- a/htdocs/admin/system/gendata.php
+++ b/htdocs/admin/system/gendata.php
@@ -105,7 +105,7 @@ if ($action == 'facture')
else
{
- $rands = rand(1,10);
+ $rands = rand(1,40);
print "Génère $rands société
";
for ($s = 0 ; $s < $rands ; $s++)
@@ -120,7 +120,7 @@ else
if ($socid)
{
- $rand = rand(1,10);
+ $rand = rand(1,4);
print "-- génère $rand contact
";
for ($c = 0 ; $c < $rand ; $c++)
{