Y
Hacker News
new
|
ask
|
show
|
jobs
by
TillE
3976 days ago
Yes, that's exactly what sensible RNG interfaces do, like std::random in C++. If your underlying engine only produces 32 bits at a time, it'll grab two of them when you request a 64-bit type.