Skip to content

LUXOPHIA/Random

Repository files navigation

Random

様々な乱数発生アルゴリズムを実装する。 特に、スレッドセーフかつ、スレッド毎の乱数列において相関が生まれないような生成手法について議論する。


Output Test

In all algorithms, the seed value (state vector) is initialized by consecutive natural numbers starting from 1.

  • *p:Period size
  • *b:Output bit
  • *s:Step size

Reference

Delphi Starter

About

Pseudorandom number generator for MultiThread

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages