import std.random; void main() { uniform('a', 'z'); } results in phobos/std/random.d(659): Error: cannot implicitly convert expression (cast(int)b - 1) of type int to char
Fixed in SVN.