8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be8e64 commit d429efaCopy full SHA for d429efa
Assets/Patterns/22. Facade/Random numbers/Facade/RandomNumberFacade.cs
@@ -11,6 +11,7 @@ public class RandomNumberFacade
11
12
static RandomNumberFacade()
13
{
14
+ //The only line of code you need to change if you want to test different random number generators
15
//rng = new RandomNumbersNative();
16
rng = new RandomNumbersUnity();
17
}
0 commit comments