remove rand from example

Co-Authored-By: sswatson <samuel.s.watson@gmail.com>
This commit is contained in:
Iblis Lin 2019-01-10 08:44:41 -05:00 committed by GitHub
parent 689e437bac
commit b20b47f8eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -300,7 +300,8 @@ $xyzdoc
# Example
```julia-repl
julia> surface(1:10,1:10,randn(10,10))
julia> x = y = range(-3, 3, length = 100)
julia> surface(x, y, (x, y) -> sinc(norm([x, y])))
```
"""
@shorthands surface