Skip to content

Commit

Permalink
Remove incorrect URL reference
Browse files Browse the repository at this point in the history
  • Loading branch information
TigerHix authored Jul 1, 2024
1 parent 9c0b2d1 commit b8084db
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docs/blueprints/nodes/math-expression.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,6 @@ randint => Random.Range(int, int)
| `rand(min, max)` | `Random.Range(min, max)` | Returns a random float number between min (inclusive) and max (inclusive). |
| `randint(min, max)` | `Random.Range(min, max)` | Returns a random integer number between min (inclusive) and max (exclusive). |

## URL

For more details, check out:
[HakuyaLabs/Mathfs: Expanded Math Functionality for Unity](https://github.com/HakuyaLabs/Mathfs)

<AuthorBar authors={{
creators: [
{name: 'hanekit', github: 'hanekit'},
Expand Down

0 comments on commit b8084db

Please sign in to comment.