Skip to content

Commit

Permalink
chore: remove note regarding (not really) probability
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT committed Nov 2, 2022
1 parent 97476a5 commit 4825329
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/datatype/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,6 @@ export class DatatypeModule {
* If the probability is `<= 0.0`, it will always return `false`.
* If the probability is `>= 1.0`, it will always return `true`.
* The probability is limited to two decimal places.
* Please keep in mind that the result depends on the seed and is not random.
*
* @param options The optional options object or the probability (`[0.00, 1.00]`) of returning `true`. Defaults to `0.5`.
* @param options.probability The probability (`[0.00, 1.00]`) of returning `true`. Defaults to `0.5`.
Expand Down

0 comments on commit 4825329

Please sign in to comment.