<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>arupaka-_-arupaka</author_name>
  <author_url>https://blog.hatena.ne.jp/arupaka-_-arupaka/</author_url>
  <blog_title>arupaka-_-arupakaの日記</blog_title>
  <blog_url>https://arupaka-arupaka.hatenadiary.org/</blog_url>
  <categories>
    <anon>R</anon>
  </categories>
  <description>連続する２つの値をシャッフル 入力例 c(1,2,3,4,5) 出力例 &gt; local_shuffle(c(1,2,3,4,5)) [1] 1 2 4 3 5 &gt; local_shuffle(c(1,2,3,4,5)) [1] 1 2 3 4 5 &gt; local_shuffle(c(1,2,3,4,5)) [1] 2 1 3 4 5 &gt; local_shuffle(c(1,2,3,4,5)) [1] 2 1 4 3 5 &gt; local_shuffle(c(1,2,3,4,5)) [1] 1 2 3 4 5 local_shuffle&lt;-function(cc){ if(length(cc)%%…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Farupaka-arupaka.hatenadiary.org%2Fentry%2F20120516%2F1337150429&quot; title=&quot;連続する２つの値をシャッフル - arupaka-_-arupakaの日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2012-05-16 15:40:29</published>
  <title>連続する２つの値をシャッフル</title>
  <type>rich</type>
  <url>https://arupaka-arupaka.hatenadiary.org/entry/20120516/1337150429</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
