Remove old PeriodRandomizer

This commit is contained in:
lutepickle 2022-07-08 10:17:02 -07:00
parent 4dbfe6c1d5
commit 98f0580577
1 changed files with 0 additions and 5 deletions

View File

@ -1738,11 +1738,6 @@ namespace RJW_Menstruation
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)
{
// Most cycle lengthening or shortening occurs in the follicular phase, so weight towards that