static void TestOutputByteArray() { var randomArray = Bio.RandomArray <byte>(256, 0, byte.MaxValue); Bio.Cout(randomArray); }