Relative Content

Tag Archive for language-agnostic

About classes and their valid states

I get stuck each time I need to write a constructor for any class I design. The reason is that I am not sure what should go into a constructor and what should not.

Randomness of wrapped RNG

There are plenty of questions around regarding random number generation, but I couldn’t find anything that exactly matched my question. Apologies if I missed one.