I\'m current stuck in the random generator. The requirement specification shows a sample like this:
Random rand = new Random(3412);
The ran
The online provider you tried might use the Mono implementation of the CLR, which is different of the one Microsoft provides. So probably their Random class implementation is a bit different.
Random