<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>shinriyo</author_name>
  <author_url>https://blog.hatena.ne.jp/shinriyo/</author_url>
  <blog_title>万年素人からHackerへの道</blog_title>
  <blog_url>https://shinriyo.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>function ShuffleIntAry( ary:int[] ) { for(var x:int in ary) { var i:int = Random.Range(0, ary.Length); var j:int = Random.Range(0, ary.Length); var tmp:int = ary[i]; ary[i] = ary[j]; ary[j] = tmp; } } ・使い方 var ary:int[] = [0, 1, 2, 3, 4, 5, 6]; ShuffleIntAry(ary); for(var l in ary) { Debug.Log(l); }</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fshinriyo.hateblo.jp%2Fentry%2F20121018%2Fp2&quot; title=&quot;intビルドイン配列のシャッフル　UnityScript - 万年素人からHackerへの道&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-10-18 00:00:01</published>
  <title>intビルドイン配列のシャッフル　UnityScript</title>
  <type>rich</type>
  <url>https://shinriyo.hateblo.jp/entry/20121018/p2</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
