Skip to content

Commit

Permalink
Merge pull request #12 from mnbjhu/rand
Browse files Browse the repository at this point in the history
Rand
  • Loading branch information
mnbjhu committed Jan 22, 2023
2 parents cd8f419 + a8a1b58 commit 3f8ca88
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package uk.gibby.neo4k.functions.double_return

import uk.gibby.neo4k.returns.ReturnValue
import uk.gibby.neo4k.returns.primitives.DoubleReturn


fun rand() = ReturnValue.createReference(::DoubleReturn, "rand()")

0 comments on commit 3f8ca88

Please sign in to comment.