Skip to content

Commit ad53b0a

Browse files
committed
RandomChar generator added
1 parent 6f3cd4f commit ad53b0a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

random/randomnumbergenerator.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,6 @@ struct RNG {
2929
static thread_local RandomNumberGenerator<IntType, DistributionT, GeneratorT> rng{ 0, minValue, maxValue };
3030
return rng.rand();
3131
}
32-
};
32+
};
33+
34+
using RandomChar = RNG<int16_t, 33, 126>;

0 commit comments

Comments
 (0)