Skip to content

Commit

Permalink
Updated constructor.
Browse files Browse the repository at this point in the history
  • Loading branch information
Olcay Taner YILDIZ committed Apr 13, 2021
1 parent 5c41f6f commit 4bb9c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Math/DiscreteDistribution.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class DiscreteDistribution{
private var data: [String: Int] = [:]
private var keys: [String] = []

public func DiscreteDistribution(){
public init(){
}

/**
Expand Down

0 comments on commit 4bb9c29

Please sign in to comment.