Add copyright header

This commit is contained in:
Federico Ceratto
2016-07-21 08:54:30 +01:00
committed by GitHub
parent 5f623ea9ef
commit 4e27e96906

View File

@@ -1,3 +1,12 @@
#
#
# Nim's Runtime Library
# (c) Copyright 2015 Nim Contributors
#
# See the file "copying.txt", included in this
# distribution, for details about the copyright.
#
type
MersenneTwister* = object
mt: array[0..623, uint32]