Results 1 to 10 of 138

Hybrid View

  1. #1
    Player
    Yukiko's Avatar
    Join Date
    Mar 2011
    Location
    Limsa Nominsa
    Posts
    2,435
    Character
    Yukihko Kuroshima
    World
    Ragnarok
    Main Class
    Summoner Lv 70
    I wonder who are actually programming RNGs?
    So much said in this topic that is just not true...

    Edit: In a Dev post SE already said which algorithm they are using for FFXIV, those who are familiar with RNG programming know about its weakness.
    (3)
    Last edited by Yukiko; 02-13-2017 at 04:30 AM.
    Quote Originally Posted by Blackoutz View Post
    Naja ich hab einfach gemerkt, dass man mit Mut und Freundlichkeit viel weiter kommt und den Menschen eine Freude macht :3
    Weißt du, wenn wir alle an einem Strang hier im Forum ziehen, dann kommen wir einfach so viel weiter und stärken die gesammte Community <3

  2. #2
    Player
    CookieMonsta's Avatar
    Join Date
    Jul 2015
    Posts
    478
    Character
    Shirayuki Kova
    World
    Tonberry
    Main Class
    Dragoon Lv 66
    Quote Originally Posted by Yukiko View Post
    I wonder who are actually programming RNGs?
    So much said in this topic that is just not true...

    Edit: In a Dev post SE already said which algorithm they are using for FFXIV, those who are familiar with RNG programming know about its weakness.
    Mersenne Twister. Its a very high quality algorithm for simulating true randomness (high quality as in it doesn't repeat often iirc 10^23 iterations or something), low predictability and excellent spread of outcomes. The main issue is not the algorithm, its that its unshielded in its implementation i.e. it didn't have its outliers clipped so its possible to have scenarios the OP experienced
    (3)
    Last edited by CookieMonsta; 02-13-2017 at 09:36 AM.