Tuesday, October 2, 2018

Digest for comp.programming.threads@googlegroups.com - 8 updates in 5 topics

Elephant Man <conanospamic@gmail.com>: Oct 01 10:06PM

Article d'annulation émis par un modérateur JNTP via Nemo.
Elephant Man <conanospamic@gmail.com>: Oct 01 10:06PM

Article d'annulation émis par un modérateur JNTP via Nemo.
Elephant Man <conanospamic@gmail.com>: Oct 01 10:07PM

Article d'annulation émis par un modérateur JNTP via Nemo.
Elephant Man <conanospamic@gmail.com>: Oct 01 10:08PM

Article d'annulation émis par un modérateur JNTP via Nemo.
Horizon68 <horizon@horizon.com>: Oct 01 02:28PM -0700

Hello...
 
More explanation about my Good random number generators version 1.0,
there source code inside the zip file are mersenne.pas and
splitmix64.pas, and they are powerful, please look at them, and you can
port them to C++.
 
Author: Amine Moulay Ramdane that has enhanced
both random number generators.
 
Description:
 
This is an enhanced versions of both Mersenne Twister that is a
good random number generator and Splitmix64 that is a fast random number
generator, both have passed the BigCrush tests.
 
Look into defines.inc file, there is many options:
 
{$DEFINE CPU32} and {$DEFINE Windows32} for 32 bit systems
 
{$DEFINE CPU64} and {$DEFINE Windows64} for 64 bit systems
 
Look at test.pas demo inside the zip file...
 
You can download it from:
 
https://sites.google.com/site/scalable68/good-random-number-generators
 
Language: FPC Pascal v2.2.0+ / Delphi 5+: http://www.freepascal.org/
 
Operating Systems: Win , Linux and Mac (x86).
 
Required FPC switches: -O3 -Sd
 
-Sd for delphi mode....
 
Required Delphi switches: -$O+
 
 
 
Thank you,
Amine Moulay Ramdane.
Horizon68 <horizon@horizon.com>: Oct 01 02:15PM -0700

Hello,
 
Read this:
 
Good random number generators for Delphi and FreePascal version 1.0
 
Look at them they are powerful.
 
Author: Amine Moulay Ramdane that have enhanced
both random number generators.
 
Description:
 
This is an enhanced versions of both Mersenne Twister that is a
good random number generator and Splitmix64 that is a fast random number
generator, both have passed the BigCrush tests.
 
Look into defines.inc file, there is many options:
 
{$DEFINE CPU32} and {$DEFINE Windows32} for 32 bit systems
 
{$DEFINE CPU64} and {$DEFINE Windows64} for 64 bit systems
 
Look at test.pas demo inside the zip file...
 
You can download it from:
 
https://sites.google.com/site/scalable68/good-random-number-generators
 
Language: FPC Pascal v2.2.0+ / Delphi 5+: http://www.freepascal.org/
 
Operating Systems: Win , Linux and Mac (x86).
 
Required FPC switches: -O3 -Sd
 
-Sd for delphi mode....
 
Required Delphi switches: -$O+
 
 
 
Thank you,
Amine Moulay Ramdane.
Horizon68 <horizon@horizon.com>: Oct 01 11:32AM -0700

Hello...
 
 
My next software project is this:
 
I have just "invented" two random number generators
that are SplitMix64 and Mersenne Twister that are "scalable",
i mean that there Random "seed" is also scalable on manycores and
multicores NUMA systems. Both have passed the BigCrush tests.
 
 
 
Thank you,
Amine Moulay Ramdane.
Horizon68 <horizon@horizon.com>: Oct 01 10:10AM -0700

Hello...
 
 
My following Delphi and FreePascal projects for Windows and Linux were
updated, now my scalable counting networks were enhanced more:
 
An efficient Threadpool engine that scales very well version 3.5
 
You can download it from here:
 
https://sites.google.com/site/scalable68/an-efficient-threadpool-engine-that-scales-very-well
 
 
An efficient Threadpool engine with priorities that scales very well
version 3.5
 
You can download it from here:
 
https://sites.google.com/site/scalable68/an-efficient-threadpool-engine-with-priorities-that-scales-very-well
 
 
A concurrent SkipList with scalable RWLock using scalable counting
networks version 1.45
 
You can download it from here:
 
https://sites.google.com/site/scalable68/concurrent-skiplist-with-scalable-rwlock-using-scalable-counting-networks
 
 
Scalable reference counting with efficient support for weak references
version 1.25
 
You can download it from here:
 
https://sites.google.com/site/scalable68/scalable-reference-counting-with-efficient-support-for-weak-references
 
 
Scalable RWLocks using scalable counting networks version 4.25
 
You can download it from here:
 
https://sites.google.com/site/scalable68/scalable-rwlock-using-scalable-counting-networks
 
 
 
 
Thank you,
Amine Moulay Ramdane.
You received this digest because you're subscribed to updates for this group. You can change your settings on the group membership page.
To unsubscribe from this group and stop receiving emails from it send an email to comp.programming.threads+unsubscribe@googlegroups.com.

No comments: