Skip to content

Commit

Permalink
feat(3742): typo fix for generateDeterministicRandomNumber function s…
Browse files Browse the repository at this point in the history
…ignature
  • Loading branch information
DDDDDanica committed Dec 12, 2024
1 parent 93d8351 commit 63a7274
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import type { FeatureFlagScopeValue } from '../remote-feature-flag-controller-ty

/* eslint-disable no-bitwise */
/**
* Generates a deterministic random number between 0 and 1 based on a profile ID.
* Generates a deterministic random number between 0 and 1 based on a metaMetricsId.
* This is useful for A/B testing and feature flag rollouts where we want
* consistent group assignment for the same user.
*
Expand Down

0 comments on commit 63a7274

Please sign in to comment.