Reformat code
This commit is contained in:
@@ -92,7 +92,7 @@ final class LubyTransformEncoder {
|
||||
)
|
||||
}
|
||||
|
||||
// Ideal Soliton Distribution for degree selection
|
||||
/// Ideal Soliton Distribution for degree selection
|
||||
private func getRandomDegree() -> Int {
|
||||
guard k > 1 else { return k }
|
||||
var probabilities = [Double](repeating: 0, count: k)
|
||||
|
||||
Reference in New Issue
Block a user