Home | History | Annotate | Download | only in LzmaAlone

Lines Matching refs:GetRnd

23 			public UInt32 GetRnd()

41 public UInt32 GetRnd(int numBits)
53 Value = RG.GetRnd();
78 UInt32 GetRndBit() { return RG.GetRnd(1); }
81 UInt32 len = RG.GetRnd(numBits);
82 return RG.GetRnd((int)len);
88 return (GetLogRandBits(4) << 10) | RG.GetRnd(10);
90 UInt32 GetLen1() { return RG.GetRnd(1 + (int)RG.GetRnd(2)); }
91 UInt32 GetLen2() { return RG.GetRnd(2 + (int)RG.GetRnd(2)); }
99 Buffer[Pos++] = (Byte)RG.GetRnd(8);
103 if (RG.GetRnd(3) == 0)