import std.traits; static assert(isSaturatedRandomEngine!Random); static assert(is(EngineReturnType!Random == size_t));
See Implementation