add Random

This commit is contained in:
ton
2023-07-06 12:02:12 +07:00
parent 89e0e6aae9
commit ea004f5f45
4 changed files with 46 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ module IronpenGPU
files and each file can only depend on the file included before it.
"""
include("types.jl")
include("type.jl")
using .types # bring model into this module namespace (this module is a parent module)
include("snnUtils.jl")