C++: Random Numbers
Channel:
Subscribers:
2,650
Published on ● Video Link: https://www.youtube.com/watch?v=lA8YQMXfY5w
Making a good random number is hard, and has real life consequences in espionage, gambling, and gaming. In C++ we have the easy and bad way of making random numbers (srand/rand) and the complicated and good way of making random numbers (include random and then copy/paste from cppreference).
Other Videos By Bill Kerney
2023-09-19 | UE5: 10 Minute Inventory System |
2023-09-18 | C++: Vectors Part 1 |
2023-09-15 | BRIDGES Lab Time |
2023-09-14 | UE5: Health and Stamina Systems |
2023-09-14 | Barycentric Coordinates |
2023-09-14 | Voronoi Part 2 - Floyd's Relaxation |
2023-09-13 | C++: Void Functions and Call By Reference Parameters |
2023-09-13 | C++: Pure vs Impure Functions |
2023-09-12 | UE5: Landscape Materials, Landscape Layers, Landscape Grass Output |
2023-09-12 | Voronoi Diagrams + the Inline and Static keywords in C++ |
2023-09-11 | C++: Random Numbers |
2023-09-07 | Game Design Day 2 |
2023-09-07 | Introduction to Dear ImGui |
2023-09-06 | C++ Functions |
2023-09-05 | Principles of Game Design |
2023-09-05 | Dynamic Materials |
2023-09-03 | The Difference Between G++ and Clang++ |
2023-09-01 | Enums and Switches - Peanut Butter and Jelly and Rye Bread |
2023-08-31 | UE5 New Water System |
2023-08-31 | Wireframe Triangles + Book Recommendations |
2023-08-30 | Loop Lab Time |