mirror of
				https://gitgud.io/lutepickle/rjw_menstruation.git
				synced 2024-08-14 22:46:52 +00:00 
			
		
		
		
	Remove old PeriodRandomizer
This commit is contained in:
		
							parent
							
								
									4dbfe6c1d5
								
							
						
					
					
						commit
						98f0580577
					
				
					 1 changed files with 0 additions and 5 deletions
				
			
		| 
						 | 
					@ -1738,11 +1738,6 @@ namespace RJW_Menstruation
 | 
				
			||||||
            else if (curStage == Stage.ClimactericLuteal) curStage = Stage.Luteal;
 | 
					            else if (curStage == Stage.ClimactericLuteal) curStage = Stage.Luteal;
 | 
				
			||||||
        }
 | 
					        }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        protected int PeriodRandomizer(int intervalhours, float deviation)
 | 
					 | 
				
			||||||
        {
 | 
					 | 
				
			||||||
            return intervalhours + (int)(intervalhours * Rand.Range(-deviation, deviation));
 | 
					 | 
				
			||||||
        }
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
        protected int PeriodRandomizer(Stage stage, float variabilityFactor = 1.0f)
 | 
					        protected int PeriodRandomizer(Stage stage, float variabilityFactor = 1.0f)
 | 
				
			||||||
        {
 | 
					        {
 | 
				
			||||||
            // Most cycle lengthening or shortening occurs in the follicular phase, so weight towards that
 | 
					            // Most cycle lengthening or shortening occurs in the follicular phase, so weight towards that
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue