Skip to content

Latest commit

 

History

History
141 lines (134 loc) · 13.2 KB

README.md

File metadata and controls

141 lines (134 loc) · 13.2 KB

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