From: giersch Date: Tue, 27 Nov 2007 21:01:28 +0000 (+0000) Subject: . X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/commitdiff_plain/bf102e71ae081f9c4c0323ac741b4cce49df56b6 . --- diff --git a/chateaux/chateaux.cpp b/chateaux/chateaux.cpp index edeb64c..89de6bd 100644 --- a/chateaux/chateaux.cpp +++ b/chateaux/chateaux.cpp @@ -42,8 +42,8 @@ float largeurMont; float hauteurMont; float wnd; -/* Retourne un nombre pseudo-aléatoire compris entre 0 et le paramètre - * 'max' (exclus) +/* Retourne un nombre pseudo-aléatoire compris entre le paramètre + * 'min' (inclus) et le paramètre 'max' (exclus) */ float frand(float min, float max) {