between C# and Python, which is better at random number generation?
- by Matt
Without relying on third party libraries or obscenely complex custom number generating things, which of those two languages makes the most 'random' random numbers?
not too important, just a program that simulates dice rolls (I'm still a little new at both languages)