foreach (i; taskPool.parallel(0..2_000_000)

Salih Dincer salihdb at hotmail.com
Sun Apr 2 07:45:19 UTC 2023


On Sunday, 2 April 2023 at 04:34:40 UTC, Salih Dincer wrote:
> I haven't seen rsFirst256 until now...

**Edit:** I saw, I saw :)

I am struck with consternation! I've never seen these results 
before. Interesting, there is such a thing as parallel threading 
:)

Here are my skipPoints:

```d
enum BP : long {
   //f, a, r, b = 7, /* <- beginning
    f = 113, r =   62279227, b =   186837678,
   // f = 146, r =  249134971, b =   747404910,
   // f = 161, r =  498270808, b =  1494812421,
   // f = 178, r = 1993083484, b =  5979250449,
   // f = 210, r = 3986167363, b = 11958502086,
   //*/
   s = 5
} /* PRINTS:
eLab at pico:~/Projeler$ ./RownlandSequence_v2
122: ["124559610, 373678827"]
128: ["249120240, 747360717"]
*/
```

It looks like there are 5 total skipPoints until 256 where it 
loops for a long time. (while passing 1's).

SDB at 79


More information about the Digitalmars-d-learn mailing list