コード例 #1
0
ファイル: Memory.cs プロジェクト: 0xCM/arrows
 public static Memory <T> NonZeroMemory <T>(this IPolyrand random, int samples, Interval <T>?domain = null)
     where T : struct
 => random.Memory <T>(samples, domain, gmath.nonzero);