예제 #1
0
파일: BitString.cs 프로젝트: 0xCM/arrows
 public static IRandomStream <Bit> Bits(this IPolyrand random)
 => random.PointSource <ulong>().ToBitStream();