Esempio n. 1
0
 public double RandomFractionBitDepthLT1(int bitDepth)
 {
     return(SeededRandom.LT1(this.RandomFractionBitDepth(bitDepth)));
 }
Esempio n. 2
0
 private double RandomFractionBitDepthLT1(int bitDepth, int bitMask)
 {
     return(SeededRandom.LT1(this.RandomFractionBitDepth(bitDepth, bitMask)));
 }