Skip to content

Commit af62dc2

Browse files
authored
Update README.md
1 parent 2b86532 commit af62dc2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The repository contains an implementation of the Gene Expression Programming [1]
1313
```julia
1414
# Min_example
1515
using GeneExpressionProgramming
16+
using Random
1617

1718
Random.seed!(1)
1819

@@ -45,6 +46,7 @@ The repository contains an implementation of the Gene Expression Programming [1]
4546
```julia
4647
# Min_example
4748
using GeneExpressionProgramming
49+
using Random
4850

4951
Random.seed!(1)
5052

0 commit comments

Comments
 (0)