index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
/
math
/
random_pcg.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
*
Fix RandomPCG::rand_weighted incorrectly returning -1
Togira
2024-07-04
1
-0
/
+5
*
[Core] Fix `rand_weighted` not using the current state
A Thousand Ships
2024-03-17
1
-1
/
+1
*
Fix `RandomNumberGenerator::rand_weighted` return type
David Luevano Alvarado
2024-03-02
1
-1
/
+1
*
Add RandomNumberGenerator::rand_weighted method
João Henrique Machado Silva
2024-02-29
1
-0
/
+21
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
Cast Unix time to uint in the randomize function
George Marques
2021-05-03
1
-1
/
+1
*
Make randomize() use unix time too
kobewi
2021-04-22
1
-1
/
+1
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
simplify randi_range
Marco Cognetta
2020-12-21
1
-10
/
+2
*
Exposed randi_range to global funcs + renamed rand_range to randf_range
Yuri Roubinsky
2020-11-06
1
-0
/
+15
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Merge pull request #27193 from toasteater/fix/pcg-randf
Rémi Verschelde
2019-06-12
1
-6
/
+2
|
\
|
*
Improved uniformity of RandomPCG::randf.
toasteater
2019-03-19
1
-6
/
+2
*
|
Properly setup seed in RNG
Chaosus
2019-03-27
1
-2
/
+1
|
/
*
Fix -Wc++11-extensions warning after #26737
Rémi Verschelde
2019-03-07
1
-1
/
+2
*
Fixed get_seed() not returning the correct seed.
MidZik
2019-03-07
1
-7
/
+7
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
Implement random number generator
Chaosus
2018-11-13
1
-0
/
+55