From 611a8f41a6db848b439ef879f0df2888e28e99b3 Mon Sep 17 00:00:00 2001 From: 8f7726592c23135ae5b65a064228781a <8f7726592c23135ae5b65a064228781a@app-learninglab.inria.fr> Date: Thu, 5 Aug 2021 14:13:36 +0000 Subject: [PATCH] Update toy_document_fr.Rmd --- module2/exo1/toy_document_fr.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module2/exo1/toy_document_fr.Rmd b/module2/exo1/toy_document_fr.Rmd index 87a41ec..a0b6e96 100644 --- a/module2/exo1/toy_document_fr.Rmd +++ b/module2/exo1/toy_document_fr.Rmd @@ -20,7 +20,7 @@ pi Mais calculé avec la __méthode__ des [aiguilles de Buffon](https://fr.wikipedia.org/wiki/Aiguille_de_Buffon), on obtiendrait comme __approximation__ : ```{r} -set.seed(42) +set.seed(42) N = 100000 x = runif(N) theta = pi/2*runif(N) -- 2.18.1