June 11 General » Re: The Future of D Runtime | |||
|---|---|---|---|
| |||
...open-std.org/JTC1/SC22/WG21/docs/papers/2018/p1364r0.pdf https://www.open-std... | |||
June 11 Learn » Re: Comparing slice to an Array in assert | |||
|---|---|---|---|
| |||
...runs: ```d import std.stdio; import std.regex; import std.string; import std.array; auto... | |||
June 11 Learn » Comparing slice to an Array in assert | |||
|---|---|---|---|
| |||
...simplified code: ``` import std.stdio; import std.regex; import std.string; import std.array; auto... | |||
June 10 Learn » Re: How to generate a random number from system clock as seed | |||
|---|---|---|---|
| |||
...default RNG [`rndGen`](https://dlang.org/phobos/std_random.html#rndGen), which is already properly... | |||
June 10 Issues » [Issue 24596] Rebindable2 corrupts objects | |||
|---|---|---|---|
| |||
...phobos pull request #9012 "Fix bugzilla 24596: std.typecons.Rebindable2: Don't destroy classes! Only... | |||
June 10 Issues » [Issue 24596] Rebindable2 corrupts objects | |||
|---|---|---|---|
| |||
...phobos pull request #9012 "Fix bugzilla 24596: std.typecons.Rebindable2: Don't destroy classes! Only... | |||
June 10 Issues » [Issue 24596] New: Rebindable2 corrupts objects | |||
|---|---|---|---|
| |||
...I forgot this time.
```
module test;
import std.algorithm;
class A {
int i;
int getI... | |||
June 09 Learn » Re: How to generate a random number from system clock as seed | |||
|---|---|---|---|
| |||
...parameter of `uniform`: https://dlang.org/phobos/std_random.html#uniform However, there are often... | |||
June 09 Learn » Re: How to generate a random number from system clock as seed | |||
|---|---|---|---|
| |||
...the `unpredictableSeed()` function from `std.random`: https://dlang.org/phobos/std_random.html#unpredictableSeed That... | |||
June 09 General » Re: The Future of D Runtime | |||
|---|---|---|---|
| |||
...indeed, on a few occasions, it does. (`std.math` IIRC) So by this definition of... | |||
Copyright © 1999-2021 by the D Language Foundation