Example #1
0
void square128::randomize(int row, PRNG& G)
{
    rows[row] = G.get_doubleword();
}