Search

June 08
General »
...think a go/swift apooch  of an std making a non-c api will probably...
June 08
Learn »
...overload is used in the 2nd example.

https://dlang.org/phobos/std_random.html#.uniform
June 08
Learn »
```d
import std;

void main()
{
    {
        auto rng = Random(42);
        auto result = generate!(() => uniform(0, 10...
June 08
Issues »
...cgi?id=24591

          Issue ID: 24591
           Summary: [std.random] docs bad at communicating trivail usecase...
June 08
Learn »
...is really bad

the docs/api for std.time/random are bad if you need...
June 08
Learn »
...should work:

```d
// .d file
import std.stdio;
import std.conv;
import test;

void main...
June 08
Learn »
...from C!\n");
}
```

```
// .d file
import std.stdio;
import std.conv;
import test;

void main...
June 07
Learn »
...not these?

* [std.mathspecial.logmdigammaInverse](https://dlang.org/phobos/std_mathspecial.html)
* [std.numeric.inverseFft...
June 06
General »
...type `onlineapp.F`

    import std.algorithm, std.stdio, std.file, std.range;
    writeln("c=", c...
June 06
Learn »
...auto b = new Bar();
}

void
main() {
    import std.stdio : writeln;

    auto f1 = new Foo(), f2...
108 109 110 111 112 113 114 115 116 117 118
Next ›   Last »