Example #1
0
 public static void RandomBytes(Span <byte> buffer) => RandomImpl.GetBytes(buffer);
Example #2
0
 public static void RandomBytes(byte[] buffer) => RandomImpl.GetBytes(buffer);