From 77bfb2ccd3152c1f41d43dc192ba86ca8fd0f72f Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Fri, 21 Feb 2025 17:50:16 +0100 Subject: =?UTF-8?q?Ajout=20de=20la=20semaine=20des=20cours=20du=2014=20au?= =?UTF-8?q?=2021=20f=C3=A9vrier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- semestre 2/informatique/td/4- arrays.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'semestre 2/informatique/td/4- arrays.md') diff --git a/semestre 2/informatique/td/4- arrays.md b/semestre 2/informatique/td/4- arrays.md index 5c1067d..12ffb49 100644 --- a/semestre 2/informatique/td/4- arrays.md +++ b/semestre 2/informatique/td/4- arrays.md @@ -7,4 +7,4 @@ semestre: 2 --- Pour utiliser du random en C, on a besoin de `stdlib.h` - `srand` permet de set la seed (on peut utiliser `time(NULL))` qui est dans `time.h` pour utiliser le timestamp actuel) -- `rand` donne un aléatoire entre 0 et `RAND_MAX` (une constante prédéfinie) \ No newline at end of file +- `rand` donne un aléatoire entre 0 et `RAND_MAX` (une constante prédéfinie) -- cgit v1.2.3