ToList().GetRandom().Key;I saw someone use this but I can't find the assembely for it. Does anybody know what assembly is needed for GetRandom()?
ToList().GetRandom().Key;I saw someone use this but I can't find the assembely for it. Does anybody know what assembly is needed for GetRandom()?
Sounds like it was a custom method.
https://www.c-sharpcorner.com/article/generating-random-number-and-string-in-C-Sharp/