示例#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);