X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/graphlib.git/blobdiff_plain/d7fc067e68f6bc15188d948f030453e3f87ed926..bf102e71ae081f9c4c0323ac741b4cce49df56b6:/chateaux/chateaux.cpp?ds=sidebyside 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) {