示例#1
0
 private void method_9()
 {
     if (this.arrayList_2.Count != 0)
     {
         this.document_0.AllocatedCommands = new ArrayList();
         foreach (Class769 class2 in this.arrayList_2)
         {
             Class1047 class3 = !class2.bool_0 ? new Class1047(class2.fixedCommandType_0, this.class932_0.method_1(class2.int_0)) : new Class1047();
             this.document_0.AllocatedCommands.Add(class3);
         }
     }
 }
示例#2
0
 private void method_4()
 {
     this.byte_0 = new byte[512];
     using (MemoryStream memoryStream = new MemoryStream(this.byte_0, true))
     {
         for (int index = 0; index < 128; ++index)
         {
             this.method_5();
             Class1047.Write((Stream)memoryStream, this.uint_1[(IntPtr)this.uint_0]);
             ++this.uint_0;
         }
     }
 }
示例#3
0
        public void method_0(ulong seed)
        {
            this.uint_1    = new uint[624];
            this.ulong_0   = seed;
            this.uint_0    = 0U;
            this.uint_1[0] = (uint)((int)(uint)seed * 214013 + 2531011);
            this.uint_1[1] = (uint)((int)(uint)(seed >> 32) * 214013 + 2531011);
            uint num = this.uint_1[1];

            this.uint_1[0] = Class1047.smethod_0(this.uint_1[0]);
            this.uint_1[1] = Class1047.smethod_0(this.uint_1[1]);
            for (uint index = 2; index < 624U; ++index)
            {
                num = (uint)(((int)(num >> 30) ^ (int)num) * 1812433253) + index;
                this.uint_1[(IntPtr)index] = Class1047.smethod_0(num);
            }
            this.method_4();
        }
示例#4
0
        private void method_2()
        {
            ulong[] numArray = new ulong[8];
            numArray[0] = Class888.smethod_0(this.ulong_2, this.ulong_3);
            numArray[1] = Class888.smethod_0(this.ulong_0, numArray[0]);
            numArray[2] = Class888.smethod_0(this.ulong_3, numArray[1]);
            numArray[3] = Class888.smethod_0(this.ulong_0, numArray[2]);
            numArray[4] = Class888.smethod_0(this.ulong_2, numArray[3]);
            numArray[5] = Class888.smethod_0(this.ulong_0, numArray[4]);
            numArray[6] = Class888.smethod_0(this.ulong_3, numArray[5]);
            numArray[7] = Class888.smethod_0(numArray[6], numArray[6]);
            MemoryStream memoryStream = new MemoryStream(64);

            for (int index = 0; index < 8; ++index)
            {
                Class1047.Write((Stream)memoryStream, numArray[index]);
            }
            this.ulong_1 = Class656.class656_1.method_0(memoryStream.GetBuffer(), 0U, 64U, ~this.ulong_2);
        }
示例#5
0
 public ulong method_1()
 {
     this.uint_0 += 2U;
     this.method_5();
     return((ulong)Class1047.smethod_1(this.uint_1[(IntPtr)this.uint_0]) | (ulong)Class1047.smethod_1(this.uint_1[(IntPtr)(this.uint_0 + 1U)]) << 32);
 }