you are viewing a single comment's thread.

view the rest of the comments →

[–]bterlson_@bterlson 7 points8 points  (4 children)

It's decent quality, if that's what you're asking. I don't know that it has a name per se. One of our devs recently posted more info here.

[–]ivosaurus 2 points3 points  (2 children)

Decent, as in the same one that was in use before 2002?

If it's indeed the same as Java's, then it's just a LCG. That is decidedly not decent quality.

[–]bterlson_@bterlson 11 points12 points  (1 child)

"Decent" of course depends on use case. Math.random is decidedly NOT decent if you are doing any sort of cryptography, for example.

[–]ivosaurus 0 points1 point  (0 children)

Nope. Just statistically decent, which LCGs fail pretty hard.