[Issue 21386] New: std.random.uniform!T(urng) when T is int/uint/long/ulong and urng.front is byte/ubyte/short/ushort is not supported but could be
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Nov 13 02:48:27 UTC 2020
https://issues.dlang.org/show_bug.cgi?id=21386
Issue ID: 21386
Summary: std.random.uniform!T(urng) when T is
int/uint/long/ulong and urng.front is
byte/ubyte/short/ushort is not supported but could be
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P1
Component: phobos
Assignee: nobody at puremagic.com
Reporter: n8sh.secondary at hotmail.com
std.random.uniform!T(urng) when T is int/uint/long/ulong and urng.front is
byte/ubyte/short/ushort is not supported but could be. A reasonable example of
when urng.front might be a ubyte is a PRNG based on a stream cipher.
--
More information about the Digitalmars-d-bugs
mailing list