1
0
Fork 0
forked from fun/fun
fun/web/documentation/examples/random_demo.md

35 lines
650 B
Markdown

---
layout: page
published: true
noToc: true
noComments: false
noDate: false
title: Fun - random_demo.fun — overview
subtitle: Documentation for random_demo.fun — overview
description: Documentation for random_demo.fun — overview
permalink: /documentation/examples/random_demo/
lang: en
tags:
- documentation
- handbook
- installation
- usage
- introduction
- help
- guide
- howto
- docs
- specifications
- specs
- repl
---
# random_demo.fun — overview
What it shows
- Random number generator usage and seeding basics.
How to run
- export FUN_LIB_DIR="./lib"
- ./build_debug/fun examples/random_demo.fun
- Or: fun examples/random_demo.fun