Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Aizen committed Oct 7, 2024
1 parent 24a7f17 commit efc14b8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions internal.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ func (g *Generator) assert_ready() {
// - counts: A slice of integers where each integer represents the
// cumulative frequency count of the corresponding token in
// the tokens slice.
// - total: An integer representing the total count of transitions
// for the current state, used for entropy calculations.
// - entropy: A float64 representing the entropy of the transitions,
// - entropies: A slice of float64 representing the entropy of the transitions,
// calculated using the Shannon entropy formula to provide
// a measure of uncertainty or randomness in the transitions.
// - total: An integer representing the total count of transitions
// for the current state, used for entropy calculations.
//
// The distribution struct is used internally to facilitate the generation
// of passwords by modeling the relationships between characters in the generated output.
Expand Down

0 comments on commit efc14b8

Please sign in to comment.