private static unsafe ulong GenerateSeed() { ulong seed; RuntimeImports.GetRandomBytes((byte *)&seed, sizeof(ulong)); return(seed); }