Skip to content

Commit

Permalink
Update randomUtils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alfoa authored Dec 4, 2020
1 parent ac1784f commit 2b61fd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions framework/utils/randomUtils.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
'''
"""
This file contains the random number generating methods used in the framework.
created on 07/15/2017
@author: talbpaul
'''
"""

from __future__ import division, print_function, unicode_literals, absolute_import
import threading
Expand Down

0 comments on commit 2b61fd4

Please sign in to comment.