LaTeX pseudo random number generator
A random generator might come in handy at some point. The lcg package provides exactly that. All you have to do is load the package with options if needed. Available options: first: lower bound (), last: upper bound (), counter: name of the random number (overwritten if existing), seed: starting value for reproducibility, and quiet: … [Read more…]