MCPcopy Create free account
hub / github.com/PCGEx/PCGExtendedToolkit / ComputeSeed

Function ComputeSeed

Source/PCGExtendedToolkit/Public/PCGExRandom.h:22–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20namespace PCGExRandom
21{
22 FORCEINLINE static int ComputeSeed(const int A)
23 {
24 // From Epic git main, unexposed in 5.3
25 return (A * 196314165U) + 907633515U;
26 }
27
28 FORCEINLINE static int ComputeSeed(const int A, const int B)
29 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected