Search

June 11
General »
...open-std.org/JTC1/SC22/WG21/docs/papers/2018/p1364r0.pdf
https://www.open-std...
June 11
Learn »
...runs:

```d
import std.stdio;
import std.regex;
import std.string;
import std.array;

auto...
June 11
Learn »
...simplified code:

```
import std.stdio;
import std.regex;
import std.string;
import std.array;

auto...
June 10
Learn »
...default RNG [`rndGen`](https://dlang.org/phobos/std_random.html#rndGen), which is already properly...
June 10
Issues »
...phobos pull request #9012 "Fix bugzilla 24596: std.typecons.Rebindable2: Don't destroy classes! Only...
June 10
Issues »
...phobos pull request #9012 "Fix bugzilla 24596: std.typecons.Rebindable2: Don't destroy classes! Only...
June 10
Issues »
...I forgot this time.

```
module test;

import std.algorithm;

class A {
    int i;
    int getI...
June 09
Learn »
...parameter of `uniform`:
https://dlang.org/phobos/std_random.html#uniform

However, there are often...
June 09
Learn »
...the `unpredictableSeed()` function from `std.random`:
https://dlang.org/phobos/std_random.html#unpredictableSeed

That...
June 09
General »
...indeed, on a few occasions, it does. (`std.math` IIRC) So by this definition of...
107 108 109 110 111 112 113 114 115 116 117
Next ›   Last »