コード例 #1
0
ファイル: SeededRandom.cs プロジェクト: sknchan/LegacyRust
 public double RandomFractionBitDepthLT1(int bitDepth)
 {
     return(SeededRandom.LT1(this.RandomFractionBitDepth(bitDepth)));
 }
コード例 #2
0
ファイル: SeededRandom.cs プロジェクト: sknchan/LegacyRust
 private double RandomFractionBitDepthLT1(int bitDepth, int bitMask)
 {
     return(SeededRandom.LT1(this.RandomFractionBitDepth(bitDepth, bitMask)));
 }