File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Runtime/DiscreteDistributions
DistributionModificators/Add/ModificatorProviders Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ namespace Zor.RandomGenerators.DiscreteDistributions.DistributionModificators
1111 /// Provides <see cref="AddModificator{T}"/>.
1212 /// </summary>
1313 [ CreateAssetMenu (
14- menuName = CreateAssetMenuConstants . DiscreteDistributionsFolder + "Add Modificator Provider" ,
14+ menuName = CreateAssetMenuConstants . DiscreteModificatorsFolder + "Add Modificator Provider" ,
1515 fileName = "AddModificatorProvider" ,
1616 order = CreateAssetMenuConstants . ModificatorOrder
1717 ) ]
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ public static class PoissonDistribution
2626 [ MethodImpl ( MethodImplOptions . AggressiveInlining ) , Pure ]
2727 public static int Generate ( float lambda )
2828 {
29- return Generate ( UnityGeneratorStruct . DefaultInclusive , ComputeE ( lambda ) ) ;
29+ return Generate ( UnityGeneratorStruct . DefaultInclusive , lambda ) ;
3030 }
3131
3232 /// <summary>
You can’t perform that action at this time.
0 commit comments