Exemplo n.º 1
0
 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);