virtualx-engine/modules/gdscript
Ferenc Arn 4c9004671a Replace the existing PRNG (Xorshift31) with (minimal) PCG (XSH-RR variant with 32-bit output, 64-bit state).
PCG is better than many alternatives by many metrics (see www.pcg-random.org) including statistical quality with good speed.
2017-01-15 19:15:16 -06:00
..
config.py
gd_compiler.cpp Merge pull request #6845 from karroffel/master 2017-01-14 17:08:10 -03:00
gd_compiler.h
gd_editor.cpp Style: Fix whole-line commented code 2017-01-14 14:52:23 +01:00
gd_function.cpp
gd_function.h
gd_functions.cpp Replace the existing PRNG (Xorshift31) with (minimal) PCG (XSH-RR variant with 32-bit output, 64-bit state). 2017-01-15 19:15:16 -06:00
gd_functions.h
gd_parser.cpp Compile error when duplicate key in dictionery literal #7034 2017-01-14 22:08:49 +01:00
gd_parser.h Merge pull request #6845 from karroffel/master 2017-01-14 17:08:10 -03:00
gd_script.cpp Merge pull request #6845 from karroffel/master 2017-01-14 17:08:10 -03:00
gd_script.h Style: Fix whole-line commented code 2017-01-14 14:52:23 +01:00
gd_tokenizer.cpp Merge pull request #6845 from karroffel/master 2017-01-14 17:08:10 -03:00
gd_tokenizer.h Merge pull request #6845 from karroffel/master 2017-01-14 17:08:10 -03:00
register_types.cpp rename String.extension() -> String.get_extension() / String.basename() -> String.get_basename() 2017-01-14 00:51:09 -03:00
register_types.h
SCsub