Skip to content

Instantly share code, notes, and snippets.

int GUIDS_TO_CREATE = 1000000; //10000000;
//The code below was converted from https://gist.github.com/kofisarfo/5420710
//public static class CSPRNG {
//public static byte[] GetBytes(int entropy)
Func<int, byte[]> GetBytes =
(entropy)=>{
if (entropy < 8) {