{"id":3496,"date":"2023-07-17T04:24:49","date_gmt":"2023-07-17T04:24:49","guid":{"rendered":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%a6-%e1%84%89%e1%85%b5%e1%84%83%e1%85%b3-%e1%84%89%e1%85%a5%e1%86%af%e1%84%8c%e1%85%a5%e1%86%bc\/"},"modified":"2023-07-17T04:24:49","modified_gmt":"2023-07-17T04:24:49","slug":"r%e1%84%8b%e1%85%a6-%e1%84%89%e1%85%b5%e1%84%83%e1%85%b3-%e1%84%89%e1%85%a5%e1%86%af%e1%84%8c%e1%85%a5%e1%86%bc","status":"publish","type":"post","link":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%a6-%e1%84%89%e1%85%b5%e1%84%83%e1%85%b3-%e1%84%89%e1%85%a5%e1%86%af%e1%84%8c%e1%85%a5%e1%86%bc\/","title":{"rendered":"R\uc5d0\uc11c set.seed\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\ubc0f \uc2dc\uae30)"},"content":{"rendered":"<p><\/p>\n<hr>\n<p><span style=\"color: #000000;\">R\uc758 <strong>set.seed()<\/strong> \ud568\uc218\ub294 \uc784\uc758\uc758 \uac12\uc744 \ucde8\ud558\ub294 \ubcc0\uc218\ub97c \uc0dd\uc131\ud558\ub294 \ucf54\ub4dc\ub97c \uc791\uc131\ud560 \ub54c \ubc18\ubcf5 \uac00\ub2a5\ud55c \uacb0\uacfc\ub97c \uc0dd\uc131\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>set.seed()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uba74 \ucf54\ub4dc\ub97c \uc2e4\ud589\ud560 \ub54c\ub9c8\ub2e4 \ub3d9\uc77c\ud55c \ubb34\uc791\uc704 \uac12\uc774 \uc0dd\uc131\ub418\ub3c4\ub85d \ubcf4\uc7a5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\">\uc774 \ud568\uc218\ub294 \ub2e4\uc74c \uae30\ubcf8 \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>set.seed(\uc2dc\ub4dc)<\/strong><\/span><\/p>\n<p> <span style=\"color: #000000;\">\uae08:<\/span><\/p>\n<ul>\n<li> <span style=\"color: #000000;\"><strong>\uc2dc\ub4dc<\/strong> : \uc6d0\ud558\ub294 \uc22b\uc790.<\/span><\/li>\n<\/ul>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \uc608\uc5d0\uc11c\ub294 \uc774 \uae30\ub2a5\uc744 \uc2e4\uc81c\ub85c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\uc608\uc2dc 1: set.seed()\ub97c \uc0ac\uc6a9\ud558\uc9c0 \uc54a\uace0 \uc784\uc758\uc758 \uac12 \uc0dd\uc131<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\"><strong>rnorm()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \ud45c\uc900 \uc815\uaddc \ubd84\ud3ec\ub97c \ub530\ub974\ub294 \uc784\uc758\uc758 \uac12\uc744 \ucde8\ud558\ub294 \uc138 \uac1c\uc758 \ubcc0\uc218\uac00 \uc788\ub294 \ub370\uc774\ud130 \ud504\ub808\uc784\uc744 \uc0dd\uc131\ud55c\ub2e4\uace0 \uac00\uc815\ud569\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\"><span style=\"color: #000000;\"><span style=\"color: #008080;\">#create data frame\n<\/span>df &lt;- data. <span style=\"color: #3366ff;\">frame<\/span> (var1 = rnorm(10),\n                 var2 = rnorm(10),\n                 var3 = rnorm(10))\n\n<span style=\"color: #008080;\">#view data frame\n<\/span>df\n\n          var1 var2 var3\n1 0.13076685 -0.32183484 0.08083558\n2 0.93926332 0.92271464 1.14695121\n3 1.97227368 0.01140237 0.29325751\n4 1.99656555 0.26735086 1.17131155\n5 -1.07893403 -0.12748185 -0.75510058\n6 -0.58955485 -0.29720114 0.57928670\n7 1.39367811 -1.43043111 -0.39395086\n8 -0.09977302 -1.93133994 -0.66654713\n9 -0.71876371 2.27999183 0.45990405\n10 0.90421007 2.28077581 0.57545709<\/span><\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\"><span style=\"color: #000000;\"><strong>rnorm()\uc744<\/strong> \uc0ac\uc6a9\ud558\uc5ec \ub3d9\uc77c\ud55c \ub370\uc774\ud130 \ud504\ub808\uc784\uc744 \ub2e4\uc2dc \uc0dd\uc131\ud558\ub824\uace0 \ud558\uba74 <strong>set.seed()<\/strong> \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc9c0 \uc54a\uc558\uae30 \ub54c\ubb38\uc5d0 \uac12\uc774 \ub3d9\uc77c\ud560 \uac83\uc774\ub77c\ub294 \ubcf4\uc7a5\uc774 \uc5c6\uc2b5\ub2c8\ub2e4.<\/span><\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\"><span style=\"color: #000000;\"><span style=\"color: #008080;\">#create data frame\n<\/span>df &lt;- data. <span style=\"color: #3366ff;\">frame<\/span> (var1 = rnorm(10),\n                 var2 = rnorm(10),\n                 var3 = rnorm(10))\n\n<span style=\"color: #008080;\">#view data frame\n<\/span>df\n\n         var1 var2 var3\n1 0.1841698 1.18134622 -0.9410759\n2 -1.3535924 -0.73136515 -0.2802438\n3 1.0323083 0.06530416 -1.3447057\n4 -0.6540649 -0.45005680 1.1222456\n5 0.5201189 -0.03688566 -0.6317776\n6 0.6119033 -0.13083390 0.7034120\n7 -0.1781823 0.56807218 0.2138826\n8 -0.1325103 1.10700318 -0.6799447\n9 -0.6185180 0.12327017 -0.2411492\n10 -0.2699959 -0.04093012 0.5289240\n<\/span><\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \uac01 \uc5f4\uc5d0 \ub300\ud55c \uac12\uc740 \uc644\uc804\ud788 \ub2e4\ub985\ub2c8\ub2e4.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\uc608\uc2dc 2: set.seed()\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc784\uc758\uc758 \uac12 \uc0dd\uc131<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ucf54\ub4dc\ub294 rnorm <strong>() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uc5ec \uc784\uc758\uc758 \uac12\uc744 \ucde8\ud558\ub294 \uc138 \uac1c\uc758 \ubcc0\uc218\uac00 \uc788\ub294 \ub370\uc774\ud130 \ud504\ub808\uc784\uc744 \uc0dd\uc131\ud558\uae30 \uc804\uc5d0 set.seed()<\/strong> <strong>\ud568\uc218<\/strong> \ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\"><span style=\"color: #000000;\"><span style=\"color: #008080;\">#make this example reproducible\n<span style=\"color: #000000;\">set. <span style=\"color: #3366ff;\">seeds<\/span> (7)\n<\/span>\n#create data frame\n<\/span>df &lt;- data. <span style=\"color: #3366ff;\">frame<\/span> (var1 = rnorm(10),\n                 var2 = rnorm(10),\n                 var3 = rnorm(10))\n\n<span style=\"color: #008080;\">#view data frame\n<\/span>df\n\n         var1 var2 var3\n1 2.2872472 0.356986230 0.8397504\n2 -1.1967717 2.716751783 0.7053418\n3 -0.6942925 2.281451926 1.3059647\n4 -0.4122930 0.324020540 -1.3879962\n5 -0.9706733 1.896067067 1.2729169\n6 -0.9472799 0.467680511 0.1841928\n7 0.7481393 -0.893800723 0.7522799\n8 -0.1169552 -0.307328300 0.5917451\n9 0.1526576 -0.004822422 -0.9830526\n10 2.1899781 0.988164149 -0.2760640\n<\/span><\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uc774\uc804\uacfc \ub3d9\uc77c\ud55c \uc2dc\ub4dc \uac12\uc73c\ub85c <strong>set.seed()\ub97c<\/strong> \uc0ac\uc6a9\ud558\uace0 \ub370\uc774\ud130 \ud504\ub808\uc784\uc744 \ub2e4\uc2dc \uc0dd\uc131\ud558\uba74 \uc774\uc804 \ub370\uc774\ud130 \ud504\ub808\uc784\uacfc \ub3d9\uc77c\ud55c \uac12\uc744 \uac16\ub294 \uac83\uc774 \ubcf4\uc7a5\ub429\ub2c8\ub2e4.<\/span><\/p>\n<pre style=\"background-color: #ececec; font-size: 15px;\"> <strong><span style=\"color: #008080;\"><span style=\"color: #000000;\"><span style=\"color: #008080;\">#make this example reproducible\n<\/span>set. <span style=\"color: #3366ff;\">seeds<\/span> (7)\n\n<span style=\"color: #008080;\">#create data frame\n<\/span>df2 &lt;- data. <span style=\"color: #3366ff;\">frame<\/span> (var1 = rnorm(10),\n                  var2 = rnorm(10),\n                  var3 = rnorm(10))\n\n<span style=\"color: #008080;\">#view data frame\n<\/span>df2\n\n         var1 var2 var3\n1 2.2872472 0.356986230 0.8397504\n2 -1.1967717 2.716751783 0.7053418\n3 -0.6942925 2.281451926 1.3059647\n4 -0.4122930 0.324020540 -1.3879962\n5 -0.9706733 1.896067067 1.2729169\n6 -0.9472799 0.467680511 0.1841928\n7 0.7481393 -0.893800723 0.7522799\n8 -0.1169552 -0.307328300 0.5917451\n9 0.1526576 -0.004822422 -0.9830526\n10 2.1899781 0.988164149 -0.2760640<\/span><\/span><\/strong><\/pre>\n<p> <span style=\"color: #000000;\">\uc774 \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \uac12\uc740 \uc774\uc804 \ub370\uc774\ud130 \ud504\ub808\uc784\uc758 \uac12\uacfc \uc77c\uce58\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <span style=\"color: #000000;\"><strong>\ucc38\uace0<\/strong> : \uc774 \uc608\uc5d0\uc11c\ub294 \uc2dc\uc791 \uac12\uc73c\ub85c <strong>7\uc744<\/strong> \uc0ac\uc6a9\ud558\ub3c4\ub85d \uc120\ud0dd\ud588\uc9c0\ub9cc 0, 54, 99, 100, 48787 \ub4f1 \uc6d0\ud558\ub294 \uc22b\uc790\ub97c \uc120\ud0dd\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4.<\/span><\/p>\n<h2> <span style=\"color: #000000;\"><strong>\ucd94\uac00 \ub9ac\uc18c\uc2a4<\/strong><\/span><\/h2>\n<p> <span style=\"color: #000000;\">\ub2e4\uc74c \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 R\uc5d0\uc11c \ub2e4\ub978 \uc77c\ubc18\uc801\uc778 \uae30\ub2a5\uc744 \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \uc124\uba85\ud569\ub2c8\ub2e4.<\/span><\/p>\n<p> <a href=\"https:\/\/statorials.org\/ko\/r-\u1112\u1174\u1106\u1175\u1112\u1161\u11ab-\u1100\u1175\u1102\u1173\u11bc\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c Dim() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u1110\u1166\u110b\u1175\u1107\u1173\u11af-\u1112\u1161\u11b7\u1109\u116e\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c table() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95<\/a><br \/> <a href=\"https:\/\/statorials.org\/ko\/r\u110b\u1174-\u1107\u116e\u1112\u1169-\u1112\u1161\u11b7\u1109\u116e\/\" target=\"_blank\" rel=\"noopener\">R\uc5d0\uc11c sign() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>R\uc758 set.seed() \ud568\uc218\ub294 \uc784\uc758\uc758 \uac12\uc744 \ucde8\ud558\ub294 \ubcc0\uc218\ub97c \uc0dd\uc131\ud558\ub294 \ucf54\ub4dc\ub97c \uc791\uc131\ud560 \ub54c \ubc18\ubcf5 \uac00\ub2a5\ud55c \uacb0\uacfc\ub97c \uc0dd\uc131\ud558\ub294 \ub370 \uc0ac\uc6a9\ub429\ub2c8\ub2e4. set.seed() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\uba74 \ucf54\ub4dc\ub97c \uc2e4\ud589\ud560 \ub54c\ub9c8\ub2e4 \ub3d9\uc77c\ud55c \ubb34\uc791\uc704 \uac12\uc774 \uc0dd\uc131\ub418\ub3c4\ub85d \ubcf4\uc7a5\ud560 \uc218 \uc788\uc2b5\ub2c8\ub2e4. \uc774 \ud568\uc218\ub294 \ub2e4\uc74c \uae30\ubcf8 \uad6c\ubb38\uc744 \uc0ac\uc6a9\ud569\ub2c8\ub2e4. set.seed(\uc2dc\ub4dc) \uae08: \uc2dc\ub4dc : \uc6d0\ud558\ub294 \uc22b\uc790. \ub2e4\uc74c \uc608\uc5d0\uc11c\ub294 \uc774 \uae30\ub2a5\uc744 \uc2e4\uc81c\ub85c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uc744 \ubcf4\uc5ec\uc90d\ub2c8\ub2e4. \uc608\uc2dc 1: set.seed()\ub97c \uc0ac\uc6a9\ud558\uc9c0 \uc54a\uace0 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20],"tags":[],"class_list":["post-3496","post","type-post","status-publish","format-standard","hentry","category-20"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v21.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>R\uc5d0\uc11c set.seed\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\ubc0f \uc2dc\uae30) - Statorials<\/title>\n<meta name=\"description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c set.seed() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uacfc \uc2dc\uae30\ub97c \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/statorials.org\/ko\/r\u110b\u1166-\u1109\u1175\u1103\u1173-\u1109\u1165\u11af\u110c\u1165\u11bc\/\" \/>\n<meta property=\"og:locale\" content=\"ko_KR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"R\uc5d0\uc11c set.seed\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\ubc0f \uc2dc\uae30) - Statorials\" \/>\n<meta property=\"og:description\" content=\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c set.seed() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uacfc \uc2dc\uae30\ub97c \uc124\uba85\ud569\ub2c8\ub2e4.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/statorials.org\/ko\/r\u110b\u1166-\u1109\u1175\u1103\u1173-\u1109\u1165\u11af\u110c\u1165\u11bc\/\" \/>\n<meta property=\"og:site_name\" content=\"Statorials\" \/>\n<meta property=\"article:published_time\" content=\"2023-07-17T04:24:49+00:00\" \/>\n<meta name=\"author\" content=\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1\ubd84\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%a6-%e1%84%89%e1%85%b5%e1%84%83%e1%85%b3-%e1%84%89%e1%85%a5%e1%86%af%e1%84%8c%e1%85%a5%e1%86%bc\/\",\"url\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%a6-%e1%84%89%e1%85%b5%e1%84%83%e1%85%b3-%e1%84%89%e1%85%a5%e1%86%af%e1%84%8c%e1%85%a5%e1%86%bc\/\",\"name\":\"R\uc5d0\uc11c set.seed\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\ubc0f \uc2dc\uae30) - Statorials\",\"isPartOf\":{\"@id\":\"https:\/\/statorials.org\/ko\/#website\"},\"datePublished\":\"2023-07-17T04:24:49+00:00\",\"dateModified\":\"2023-07-17T04:24:49+00:00\",\"author\":{\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\"},\"description\":\"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c set.seed() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uacfc \uc2dc\uae30\ub97c \uc124\uba85\ud569\ub2c8\ub2e4.\",\"breadcrumb\":{\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%a6-%e1%84%89%e1%85%b5%e1%84%83%e1%85%b3-%e1%84%89%e1%85%a5%e1%86%af%e1%84%8c%e1%85%a5%e1%86%bc\/#breadcrumb\"},\"inLanguage\":\"ko-KR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%a6-%e1%84%89%e1%85%b5%e1%84%83%e1%85%b3-%e1%84%89%e1%85%a5%e1%86%af%e1%84%8c%e1%85%a5%e1%86%bc\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%a6-%e1%84%89%e1%85%b5%e1%84%83%e1%85%b3-%e1%84%89%e1%85%a5%e1%86%af%e1%84%8c%e1%85%a5%e1%86%bc\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\uc9d1\",\"item\":\"https:\/\/statorials.org\/ko\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"R\uc5d0\uc11c set.seed\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\ubc0f \uc2dc\uae30)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/statorials.org\/ko\/#website\",\"url\":\"https:\/\/statorials.org\/ko\/\",\"name\":\"Statorials\",\"description\":\"\ud1b5\uacc4 \ud65c\uc6a9 \ub2a5\ub825\uc744 \uc704\ud55c \uac00\uc774\ub4dc!\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/statorials.org\/ko\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"ko-KR\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4\",\"name\":\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"ko-KR\",\"@id\":\"https:\/\/statorials.org\/ko\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"contentUrl\":\"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg\",\"caption\":\"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8\"},\"description\":\"\uc548\ub155\ud558\uc138\uc694. \uc800\ub294 \ud1b5\uacc4\ud559 \uad50\uc218\ub97c \ud1f4\uc9c1\ud558\uace0 \uc804\uc784 \ud1b5\uacc4 \uad50\uc0ac\ub85c \ubcc0\uc2e0\ud55c \ubca4\uc790\ubbfc\uc785\ub2c8\ub2e4. \ud1b5\uacc4 \ubd84\uc57c\uc758 \uad11\ubc94\uc704\ud55c \uacbd\ud5d8\uacfc \uc804\ubb38 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c Statorials\ub97c \ud1b5\ud574 \ud559\uc0dd\ub4e4\uc5d0\uac8c \ud798\uc744 \uc2e4\uc5b4\uc8fc\uae30 \uc704\ud574 \uc9c0\uc2dd\uc744 \uacf5\uc720\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ub354 \uc54c\uc544\ubcf4\uae30\",\"sameAs\":[\"https:\/\/statorials.org\/ko\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"R\uc5d0\uc11c set.seed\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\ubc0f \uc2dc\uae30) - Statorials","description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c set.seed() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uacfc \uc2dc\uae30\ub97c \uc124\uba85\ud569\ub2c8\ub2e4.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/statorials.org\/ko\/r\u110b\u1166-\u1109\u1175\u1103\u1173-\u1109\u1165\u11af\u110c\u1165\u11bc\/","og_locale":"ko_KR","og_type":"article","og_title":"R\uc5d0\uc11c set.seed\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\ubc0f \uc2dc\uae30) - Statorials","og_description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c set.seed() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uacfc \uc2dc\uae30\ub97c \uc124\uba85\ud569\ub2c8\ub2e4.","og_url":"https:\/\/statorials.org\/ko\/r\u110b\u1166-\u1109\u1175\u1103\u1173-\u1109\u1165\u11af\u110c\u1165\u11bc\/","og_site_name":"Statorials","article_published_time":"2023-07-17T04:24:49+00:00","author":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","twitter_card":"summary_large_image","twitter_misc":{"Written by":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","Est. reading time":"1\ubd84"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%a6-%e1%84%89%e1%85%b5%e1%84%83%e1%85%b3-%e1%84%89%e1%85%a5%e1%86%af%e1%84%8c%e1%85%a5%e1%86%bc\/","url":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%a6-%e1%84%89%e1%85%b5%e1%84%83%e1%85%b3-%e1%84%89%e1%85%a5%e1%86%af%e1%84%8c%e1%85%a5%e1%86%bc\/","name":"R\uc5d0\uc11c set.seed\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\ubc0f \uc2dc\uae30) - Statorials","isPartOf":{"@id":"https:\/\/statorials.org\/ko\/#website"},"datePublished":"2023-07-17T04:24:49+00:00","dateModified":"2023-07-17T04:24:49+00:00","author":{"@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4"},"description":"\uc774 \ud29c\ud1a0\ub9ac\uc5bc\uc5d0\uc11c\ub294 \uc608\uc81c\ub97c \ud3ec\ud568\ud558\uc5ec R\uc5d0\uc11c set.seed() \ud568\uc218\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95\uacfc \uc2dc\uae30\ub97c \uc124\uba85\ud569\ub2c8\ub2e4.","breadcrumb":{"@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%a6-%e1%84%89%e1%85%b5%e1%84%83%e1%85%b3-%e1%84%89%e1%85%a5%e1%86%af%e1%84%8c%e1%85%a5%e1%86%bc\/#breadcrumb"},"inLanguage":"ko-KR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%a6-%e1%84%89%e1%85%b5%e1%84%83%e1%85%b3-%e1%84%89%e1%85%a5%e1%86%af%e1%84%8c%e1%85%a5%e1%86%bc\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/statorials.org\/ko\/r%e1%84%8b%e1%85%a6-%e1%84%89%e1%85%b5%e1%84%83%e1%85%b3-%e1%84%89%e1%85%a5%e1%86%af%e1%84%8c%e1%85%a5%e1%86%bc\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\uc9d1","item":"https:\/\/statorials.org\/ko\/"},{"@type":"ListItem","position":2,"name":"R\uc5d0\uc11c set.seed\ub97c \uc0ac\uc6a9\ud558\ub294 \ubc29\ubc95(\ubc0f \uc2dc\uae30)"}]},{"@type":"WebSite","@id":"https:\/\/statorials.org\/ko\/#website","url":"https:\/\/statorials.org\/ko\/","name":"Statorials","description":"\ud1b5\uacc4 \ud65c\uc6a9 \ub2a5\ub825\uc744 \uc704\ud55c \uac00\uc774\ub4dc!","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/statorials.org\/ko\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"ko-KR"},{"@type":"Person","@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/600556789b7d79cbaa9d9f0c721b74f4","name":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8","image":{"@type":"ImageObject","inLanguage":"ko-KR","@id":"https:\/\/statorials.org\/ko\/#\/schema\/person\/image\/","url":"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","contentUrl":"https:\/\/statorials.org\/ko\/wp-content\/uploads\/2023\/10\/Dr.-Benjamin-Anderson-96x96.jpg","caption":"\ubca4\uc790\ubbfc \uc564\ub354\uc2a8"},"description":"\uc548\ub155\ud558\uc138\uc694. \uc800\ub294 \ud1b5\uacc4\ud559 \uad50\uc218\ub97c \ud1f4\uc9c1\ud558\uace0 \uc804\uc784 \ud1b5\uacc4 \uad50\uc0ac\ub85c \ubcc0\uc2e0\ud55c \ubca4\uc790\ubbfc\uc785\ub2c8\ub2e4. \ud1b5\uacc4 \ubd84\uc57c\uc758 \uad11\ubc94\uc704\ud55c \uacbd\ud5d8\uacfc \uc804\ubb38 \uc9c0\uc2dd\uc744 \ubc14\ud0d5\uc73c\ub85c Statorials\ub97c \ud1b5\ud574 \ud559\uc0dd\ub4e4\uc5d0\uac8c \ud798\uc744 \uc2e4\uc5b4\uc8fc\uae30 \uc704\ud574 \uc9c0\uc2dd\uc744 \uacf5\uc720\ud558\uace0 \uc2f6\uc2b5\ub2c8\ub2e4. \ub354 \uc54c\uc544\ubcf4\uae30","sameAs":["https:\/\/statorials.org\/ko"]}]}},"yoast_meta":{"yoast_wpseo_title":"","yoast_wpseo_metadesc":"","yoast_wpseo_canonical":""},"_links":{"self":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/3496","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/comments?post=3496"}],"version-history":[{"count":0,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/posts\/3496\/revisions"}],"wp:attachment":[{"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/media?parent=3496"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/categories?post=3496"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/statorials.org\/ko\/wp-json\/wp\/v2\/tags?post=3496"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}